15
0
forked from pool/python-Mako

Accepting request 721022 from home:pgajdos

- version update to 1.1.0
  * Removed the "python setup.py test" feature in favor
  * Replaced usage of ``inspect.getfullargspec()`` with the vendored version
    used by SQLAlchemy, Alembic to avoid future deprecation warnings.

OBS-URL: https://build.opensuse.org/request/show/721022
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Mako?expand=0&rev=64
This commit is contained in:
Tomáš Chvátal
2019-08-05 18:06:18 +00:00
committed by Git OBS Bridge
parent ea29564d89
commit f171012d61
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Aug 5 11:42:51 UTC 2019 - pgajdos@suse.com
- version update to 1.1.0
* Removed the "python setup.py test" feature in favor
* Replaced usage of ``inspect.getfullargspec()`` with the vendored version
used by SQLAlchemy, Alembic to avoid future deprecation warnings.
-------------------------------------------------------------------
Mon Jul 29 07:36:52 UTC 2019 - pgajdos@suse.com