15
0
forked from pool/python-pecan

- update to 1.4.1:

* add support for Python 3.10
  * added trove classifiers for Python 3.6 - 3.9
  * fixed a bug related to setuptools as a dependency
  * fixed a bug that broke pecan when used with certain
   versions of SQLAlchemy 
- drop 0001-Support-SQLAlchemy-1.4.x.patch,
  0002-Fix-typo-from-bad-copy-paste.patch: obsolete (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pecan?expand=0&rev=60
This commit is contained in:
2021-12-11 22:35:13 +00:00
committed by Git OBS Bridge
parent 25a3de4423
commit d9b61312e0
6 changed files with 16 additions and 153 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Dec 11 22:31:15 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.4.1:
* add support for Python 3.10
* added trove classifiers for Python 3.6 - 3.9
* fixed a bug related to setuptools as a dependency
* fixed a bug that broke pecan when used with certain
versions of SQLAlchemy
- drop 0001-Support-SQLAlchemy-1.4.x.patch,
0002-Fix-typo-from-bad-copy-paste.patch: obsolete (upstream)
-------------------------------------------------------------------
Tue Oct 5 14:24:02 UTC 2021 - Stefan Schubert <schubi@suse.de>