File python-debtcollector.changes of Package python-debtcollector

-------------------------------------------------------------------
Fri May 10 08:39:13 UTC 2024 - cloud-devel@suse.de

- update to version 3.0.0
  - Remove unused babel.cfg
  - Update python classifier in setup.cfg
  - Bump hacking
  - Moves supported python runtimes from version 3.8 to 3.10
  - Drop python3.6/3.7 support in testing runtime
  - requirements: Remove unnecessary dependency
  - Add Python 3.8 and 3.9 to supported runtimes
  - Revert "Moves supported python runtimes from version 3.8 to 3.10"
  - coveragerc: Remove non-existent path
  - Update CI to use unversioned jobs template

-------------------------------------------------------------------
Tue Jun  7 09:24:25 UTC 2022 - cloud-devel@suse.de

- update to version 2.5.0
  - Remove unnecessary 'coding' lines
  - requirements: Remove pbr
  - Restore reproducibility in docs
  - Remove references to Python 2 objects
  - Remove six

-------------------------------------------------------------------
Mon Nov 29 11:08:30 UTC 2021 - cloud-devel@suse.de

- update to version 2.3.0
  - Use py3 as the default runtime for tox
  - Move flake8 as a pre-commit local target.
  - Remove lower-constraints remnants
  - Replace deprecated inspect.getargspec
  - Add Python3 wallaby unit tests
  - Adding pre-commit
  - Use TOX_CONSTRAINTS_FILE
  - Dropping lower constraints testing
  - remove unicode from code
  - Remove runtime dependency on pbr
  - setup.cfg: Replace dashes with underscores
  - Update master for stable/victoria
  - ignore reno generated artifacts

-------------------------------------------------------------------
Fri Oct  9 19:13:17 UTC 2020 - cloud-devel@suse.de

- update to version 2.2.0
  - Switch to newer openstackdocstheme and reno versions
  - Stop to use the __future__ module.
  - Update lower-constraints versions
  - Update master for stable/ussuri
  - Switch to Victoria tests

-------------------------------------------------------------------
Tue May 12 10:03:02 UTC 2020 - cloud-devel@suse.de

- update to version 2.0.1
  - Update hacking for Python3
  - Update master for stable/train
  - [ussuri][goal] Drop python 2.7 support and testing
  - Update the minversion parameter.
  - Move docs linting to pep8

-------------------------------------------------------------------
Sat Mar 14 11:44:01 UTC 2020 - Dirk Mueller <dmueller@suse.com>

- switch to python 3.x only builds

-------------------------------------------------------------------
Thu Oct 17 08:27:24 UTC 2019 - cloud-devel@suse.de

- update to version 1.22.0
  - OpenDev Migration Patch
  - add python 3.7 unit test job
  - Update master for stable/stein
  - Dropping the py35 testing
  - Replace git.openstack.org URLs with opendev.org URLs
  - Update Sphinx requirement
  - Add Python 3 Train unit tests

-------------------------------------------------------------------
Mon Apr  8 13:59:43 UTC 2019 - cloud-devel@suse.de

- update to version 1.21.0
  - Use template for lower-constraints
  - Add release note link in README
  - add lib-forward-testing-python3 test job
  - Change openstack-dev to openstack-discuss
  - Update reno for stable/rocky
  - Don't quote {posargs} in tox.ini
  - Remove PyPI downloads
  - add python 3.6 unit test job
  - import zuul job settings from project-config

-------------------------------------------------------------------
Mon Oct  8 19:13:30 UTC 2018 - cloud-devel@suse.de

- update to version 1.20.0
  - set default python to python3
  - fix tox python3 overrides
  - Update reno for stable/queens
  - pypy is not checked at gate
  - Trivial: Update pypi url to new url
  - Update links in README
  - Remove setting of version/release from releasenotes
  - remove obsolete tox environments
  - Switch to stestr
  - Updated from global requirements
  - add lower-constraints job

-------------------------------------------------------------------
Mon Sep  3 18:01:03 UTC 2018 - dmueller@suse.com

- switch to stable/rocky template

-------------------------------------------------------------------
Fri Feb 23 12:53:06 UTC 2018 - tbechtold@suse.com

- Switch to stable/queens spec template

-------------------------------------------------------------------
Thu Jan 18 08:52:19 UTC 2018 - cloud-devel@suse.de

- update to version 1.19.0
  - Updated from global requirements
  - Avoid tox_install.sh for constraints support

-------------------------------------------------------------------
Tue Nov 21 09:44:59 UTC 2017 - cloud-devel@suse.de

- update to version 1.18.0
  - Update reno for stable/pike
  - Updated from global requirements

-------------------------------------------------------------------
Thu Sep 28 06:20:52 UTC 2017 - cloud-devel@suse.de

- update to version 1.17.1
  - Update .gitreview for stable/pike
  - Updated from global requirements
  - Update UPPER_CONSTRAINTS_FILE for stable/pike

-------------------------------------------------------------------
Mon Aug  7 08:42:59 UTC 2017 - cloud-devel@suse.de

- update to version 1.17.0
  - Remove testscenarios from test-requirements.txt
  - Do not require oslotest for testing
  - Update URLs in documents according to document migration
  - rearrange existing documentation to fit the new standard layout
  - Update reno for stable/ocata
  - Remove pbr warnerrors in favor of sphinx check
  - Updated from global requirements
  - switch from oslosphinx to openstackdocstheme
  - Python 3.4 support has been removed

-------------------------------------------------------------------
Fri Feb 10 14:45:53 UTC 2017 - cloud-devel@suse.de

- update to version 1.11.0:
  - Remove discover from test-requirements
  - Trivial: Remove 'MANIFEST.in'
  - Fix a typo in comment
  - Typo fix for module debtcollector
  - Drop *openstack/common* in flake8 exclude list
  - Add Constraints support
  - Add reno for release notes management
  - Add tests for decorated argspec preservation
  - Show team and repo badges on README
  - Update homepage with developer documentation page
  - Fix renamed_kwarg to preserve argspec
  - Add Python 3.5 classifier and venv
  - Drop babel as requirement since its not used
  - Updated from global requirements
- Switch to spec template from openstack/rpm-packaging project

-------------------------------------------------------------------
Tue Nov 15 10:26:06 UTC 2016 - dmueller@suse.com

- update to 1.8.0:
  * Drop *openstack/common* in flake8 exclude list
  * Remove discover from test-requirements
  * Add Python 3.5 classifier and venv
  * Drop babel as requirement since its not used
  * Fix renamed_kwarg to preserve argspec
  * Add tests for decorated argspec preservation
  * Updated from global requirements

-------------------------------------------------------------------
Mon Feb 15 14:12:53 UTC 2016 - dmueller@suse.com

- update to 1.3.0:
  * Updated from global requirements
  * Add debug testenv in tox
  * Add updated_kwarg_default_value decorator
  * Allow replacing a keyword argument
  * Add 'removed_class' class decorator
  * py26/py33 are no longer supported by Infra's CI
  * Add removals.remove note about metaclasses
  * Updated from global requirements
  * Update get_class_name from olso.utils
  * Remove Python 2.6 classifier
  * Remove python 2.6 and cleanup tox.ini
  * Add 'moved_read_only_property' descriptor
  * Add ability to disable warnings being emitted
  * Add a 'removed_property' descriptor class
  * No need for Oslo Incubator Sync
  * docs - Set pbr 'warnerrors' option for doc build
  * Include changelog/history in docs
  * tweak language in readme
  * Enhance the README
  * Change ignore-errors to ignore_errors
  * Updated from global requirements
  * Activate pep8 check that _ is imported
  * Add a moved function helper

-------------------------------------------------------------------
Wed Sep  9 07:03:42 UTC 2015 - tbechtold@suse.com

- update to 0.8.0:
  * Updated from global requirements

-------------------------------------------------------------------
Tue Aug  4 06:07:22 UTC 2015 - tbechtold@suse.com

- update to 0.7.0
  * Updated from global requirements
  * Expose a top level 'deprecate' function
  * Add @removals.removed_kwarg on an __init__ method
  * Improve + test keyword argument @classmethod removal
  * Add example for removing a @classmethod

-------------------------------------------------------------------
Tue Jul 28 08:01:35 UTC 2015 - tbechtold@suse.com

- update to 0.6.0:
  * Ensure doctesting and doc8 testing done in py27 env
  * Updated from global requirements
  * Fix quoting of examples
  * Updated from global requirements
  * Switch badges from 'pypip.in' to 'shields.io'

-------------------------------------------------------------------
Tue Jun  2 16:02:10 UTC 2015 - tbechtold@suse.com

- Adjust Require versions according to requirements.txt

-------------------------------------------------------------------
Tue Jun  2 15:56:50 UTC 2015 - tbechtold@suse.com

- Initial packaging

openSUSE Build Service is sponsored by