14
0

- update to 2023.5.2:

* fix: incorrect specification of mypy section in pyproject.toml 
  * Add Pydantic :: 2 classifier.
  * Add JSON and JSON Schema classifiers
  * Add classifier for Wagtail 5 
  * Add `Environment :: WebAssembly` classifiers (#129)
  * Add Django :: 4.2 classifier.
  * Add Pycsou Framework trove-classifier

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-trove-classifiers?expand=0&rev=13
This commit is contained in:
2023-05-04 20:24:29 +00:00
committed by Git OBS Bridge
parent f01d474d48
commit 1bd2d7d401
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 4 20:22:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2023.5.2:
* fix: incorrect specification of mypy section in pyproject.toml
* Add Pydantic :: 2 classifier.
* Add JSON and JSON Schema classifiers
* Add classifier for Wagtail 5
* Add `Environment :: WebAssembly` classifiers (#129)
* Add Django :: 4.2 classifier.
* Add Pycsou Framework trove-classifier
-------------------------------------------------------------------
Mon May 1 18:58:56 UTC 2023 - Ben Greiner <code@bnavigator.de>