Package Release Info

python-debtcollector-1.19.0-bp152.2.15

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python-debtcollector-doc
python2-debtcollector

Change Logs

* Tue Jul 28 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 02 2015 tbechtold@suse.com
- Adjust Require versions according to requirements.txt
* Tue Jun 02 2015 tbechtold@suse.com
- Initial packaging
Version: 1.19.0-2.22
* Fri Feb 23 2018 tbechtold@suse.com
- Switch to stable/queens spec template
* Thu Jan 18 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 2017 cloud-devel@suse.de
- update to version 1.18.0
  - Update reno for stable/pike
  - Updated from global requirements
* Thu Sep 28 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 07 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 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 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 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 09 2015 tbechtold@suse.com
- update to 0.8.0:
  * Updated from global requirements
* Tue Aug 04 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