64 lines
2.2 KiB
Plaintext
64 lines
2.2 KiB
Plaintext
|
|
-------------------------------------------------------------------
|
||
|
|
Thu Jun 26 08:31:46 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||
|
|
|
||
|
|
- Update to 2.3
|
||
|
|
* Remove "six" module usage (thanks @MeggyCal)
|
||
|
|
* Update cookiecutter recipe to stop using deprecated
|
||
|
|
"python setup.py test"
|
||
|
|
* Update testing to include Python 3.12 and 3.13
|
||
|
|
* Fix sphinx and pylint configs
|
||
|
|
- Drop no-six.patch, merged upstream
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Fri Apr 12 11:48:56 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||
|
|
|
||
|
|
- Add patch no-six.patch to clean-up the unneeded six dependency.
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Wed Nov 29 12:43:32 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||
|
|
|
||
|
|
- update to 2.2:
|
||
|
|
* drop python 3.6 support
|
||
|
|
* add Python 3.11
|
||
|
|
* Update ReadTheDoc configuration
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Sep 26 23:20:56 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||
|
|
|
||
|
|
- Update to Version 2.1
|
||
|
|
* Debug CI
|
||
|
|
* Fix Trove classifiers of package
|
||
|
|
|
||
|
|
- Update to Version 2.0
|
||
|
|
* Fix encoding and error reporting bugs
|
||
|
|
* Extend test coverage to Python3.10
|
||
|
|
* Drop support for Python2.7 and Python3.5
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Mon Dec 13 13:35:12 UTC 2021 - pgajdos@suse.com
|
||
|
|
|
||
|
|
- fix tests, do not require pytest-runner
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Sat May 15 10:27:02 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||
|
|
|
||
|
|
- Fix the logic for testing cookiecutter only on python3 flavor.
|
||
|
|
The non-primary python3 flavors can change and be more than one
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Wed Jan 20 07:28:02 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
||
|
|
|
||
|
|
- Enable test_cookiecutter_recipe
|
||
|
|
- Update to v1.2
|
||
|
|
* Fix import-proxifier to remove AssertionError on module
|
||
|
|
`__name__` when interfering with other custom
|
||
|
|
importers (ex. when importing "six.moves.urllib.parse")
|
||
|
|
- from v1.1
|
||
|
|
* Support for Pytest 6
|
||
|
|
* Slight logging improvements
|
||
|
|
|
||
|
|
-------------------------------------------------------------------
|
||
|
|
Sat May 9 11:32:30 PM UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||
|
|
|
||
|
|
- Initial spec for v1.0
|