- Update to 2.1.0
* Update maintainers in pyproject.toml * Drop support for Python < 3.9 * Update poetry deps * Migrate from poetry to flit * Add pep8 target * Support default values for fields. * Don't override values set in the constructor. * Allow default values in nested properties. * Fix nested properties with initalization values. * Add tests for default values. * tox: Run pep8 by default - Update BuildRequires from pyproject.toml - Use Python 3.11 on SLE-15 by default OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-warlock?expand=0&rev=40
This commit is contained in:
145
python-warlock.changes
Normal file
145
python-warlock.changes
Normal file
@@ -0,0 +1,145 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 19 09:53:33 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 2.1.0
|
||||
* Update maintainers in pyproject.toml
|
||||
* Drop support for Python < 3.9
|
||||
* Update poetry deps
|
||||
* Migrate from poetry to flit
|
||||
* Add pep8 target
|
||||
* Support default values for fields.
|
||||
* Don't override values set in the constructor.
|
||||
* Allow default values in nested properties.
|
||||
* Fix nested properties with initalization values.
|
||||
* Add tests for default values.
|
||||
* tox: Run pep8 by default
|
||||
- Update BuildRequires from pyproject.toml
|
||||
- Use Python 3.11 on SLE-15 by default
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 26 13:38:50 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Fix dependencies and remove deprecated python packaging patterns
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 14 18:58:16 UTC 2022 - pgajdos@suse.com
|
||||
|
||||
- version update to 2.0.1
|
||||
Added
|
||||
* Meta: Locked dependencies via poetry.lock file in version control. #44
|
||||
* Meta: Add pre-commit config to enforce code styling and file formatting. #43
|
||||
* Meta: Add tox config for test automation across Python versions. #47
|
||||
* Tests for DeprecationWarnings issued for Model.changes. #46
|
||||
* Cache the validator instance to speedup schema validation process. #55
|
||||
* Support for jsonschema 4.x. #65
|
||||
* Support for Python 3.9, 3.10. #65
|
||||
Fixed
|
||||
* Fixed DeprecationWarnings for using assertEquals in tests. #45
|
||||
Changed
|
||||
* Meta: Replace setuptools with poetry for packaging and dependency management. #35
|
||||
* Changed behavior of model_factory back to pre-1.3 call signature. #39
|
||||
* Meta: Switched build backend from poetry to poetry-core. #66
|
||||
Removed
|
||||
* Support for Python 3.4 (EOL). #44
|
||||
* Support for Python 3.5, 3.6 (EOL). #65
|
||||
* Support for Python 2.7 (EOL by 2019-01-01). #48
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 25 07:51:12 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Skipped test_recursive_models because the package is
|
||||
incompatible with jsonschema < 4 (gh#bcwaldon/warlock#64).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 04:46:39 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- Re-activate test suite using GitHub tarball which includes
|
||||
a setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 24 13:56:28 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 1.3.3:
|
||||
* README failed parsing in non utf-8 environments. Enforce encoding. #37
|
||||
* Move unittests to tests/ directory
|
||||
* Upstream no longer ships tests on pypi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:55:54 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Remove superfluous devel dependency for noarch package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 23:25:58 UTC 2017 - dmueller@suse.com
|
||||
|
||||
- update to 1.3.0:
|
||||
* Allow resolver to be set in model
|
||||
* flake8 compliance
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 23 04:30:53 UTC 2017 - tbechtold@suse.com
|
||||
|
||||
- convert to singlespec
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 15 12:40:31 UTC 2016 - dmueller@suse.com
|
||||
|
||||
- update to 1.2.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 16 13:25:54 UTC 2014 - tbechtold@suse.com
|
||||
|
||||
- update to version 1.1.0:
|
||||
* Bump version to 1.1.0
|
||||
* Merge pull request #12 from apevec/master
|
||||
* LICENSE.txt was missing in the source tarball
|
||||
* Merge pull request #11 from isethi/validation
|
||||
* Add description to exception messages
|
||||
* Add python3 support
|
||||
- Add python-to as BuildRequires and Requires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 11:16:53 UTC 2013 - speilicke@suse.com
|
||||
|
||||
- Require python-setuptools instead of distribute (upstreams merged)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 3 15:53:48 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 1.0.1:
|
||||
- drop allow-jsonschema-3.diff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 22 14:16:40 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- add allow-jsonschema-3.diff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 29 12:59:50 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 1.0.0:
|
||||
* stable release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 25 14:28:02 UTC 2013 - saschpe@suse.de
|
||||
|
||||
- Allow jsonschema==1.0 too
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 22 14:05:28 UTC 2013 - saschpe@suse.de
|
||||
|
||||
- Update to version 0.8.1:
|
||||
+ Upstream provides no changelog
|
||||
- LICENSE isn't part of upstream sources anymore
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 22 15:53:15 UTC 2012 - saschpe@suse.de
|
||||
|
||||
- Update to version 0.6.0:
|
||||
+ Upstream provides no changelog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 13:50:39 UTC 2012 - saschpe@suse.de
|
||||
|
||||
- Initial version
|
||||
|
||||
Reference in New Issue
Block a user