2020-03-10 12:39:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 10 12:18:57 UTC 2020 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- version update to 3.0.0
|
|
|
|
3.0.0 (2019-10-04)
|
|
|
|
- This release matches 2.0.0 other than in the version number. This fixes an
|
|
|
|
issue with Requires-Python metadata not being uploaded correctly to PyPi.
|
|
|
|
This version is only compatible with Python 3.5+
|
|
|
|
2.0.0 (2019-10-04)
|
|
|
|
- Drop support for Python 2.7, 3.3, and 3.4
|
|
|
|
- Removed the usage of the ``imp`` module to squelch the warnings regarding a
|
|
|
|
deprecated modules. See https://github.com/Pylons/venusian/pull/63 and
|
|
|
|
https://github.com/Pylons/venusian/issues/57
|
|
|
|
- modified patches
|
|
|
|
% fix-pylons-sphinx-theme.diff (refreshed)
|
|
|
|
|
2019-10-14 14:49:54 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 14 14:49:37 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
|
|
|
|
|
2019-02-08 09:46:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 7 16:26:44 UTC 2019 - Hans-Peter Jansen <hpj@urpla.net>
|
|
|
|
|
|
|
|
- Update to version 1.2.0 (2019-01-08)
|
|
|
|
+ Add support for Python 3.7.
|
|
|
|
+ Drop support for Python 3.3.
|
|
|
|
- Combine package-doc and package spec
|
|
|
|
- add fix-pylons-sphinx-theme.diff patch
|
|
|
|
to generate docs with the pylons-sphinx-themes package
|
|
|
|
|
2018-06-28 21:13:28 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 28 17:17:31 UTC 2018 - mcepl@suse.com
|
|
|
|
|
|
|
|
- Clean up SPEC file
|
2018-11-08 14:14:41 +00:00
|
|
|
- Enable tests and make docs work again
|
2018-06-28 21:13:28 +00:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 24 13:56:55 UTC 2017 - jmatejek@suse.com
|
|
|
|
|
|
|
|
- singlespec auto-conversion
|
|
|
|
|
2017-07-16 16:27:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 14 07:00:53 UTC 2017 - aloisio@gmx.com
|
|
|
|
|
|
|
|
- Update to version 1.1.0
|
|
|
|
* Updated to using py.test instead of nosetest, and added
|
|
|
|
support for Python 3.4 -> 3.6
|
|
|
|
* Make scanning more resilient of metaclasses that return
|
|
|
|
proxies for any attribute access.
|
|
|
|
* Fix bug where using the same venusian decorator on both a
|
|
|
|
class and its methods would cause the method decorations to be
|
|
|
|
ignored. See https://github.com/Pylons/venusian/issues/40
|
|
|
|
* Drop support for Python 2.6.
|
|
|
|
* Drop support for Python 3.2: it is no longer supported by
|
|
|
|
current packaging / CI tools.
|
|
|
|
* Support loaders that require the module name as argument to
|
|
|
|
their get_filename() method. This fixes problems with zipped
|
|
|
|
packages on Python 3.
|
|
|
|
* Micro-optimization when ignores are used (see
|
|
|
|
https://github.com/Pylons/venusian/pull/20).
|
|
|
|
* A tox run now combines coverage between Py2 and Py3.
|
|
|
|
|
|
|
|
- Split docs and tests into separate package to make the
|
|
|
|
latter work
|
|
|
|
|
|
|
|
- Converted to single-spec
|
|
|
|
|
2015-02-06 16:19:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 6 11:12:24 UTC 2015 - hpj@urpla.net
|
|
|
|
|
|
|
|
- update to version 1.0
|
|
|
|
- Fix an issue under PyPy > 2.0 where attached decorators may not be found.
|
|
|
|
- Drop support of Python 2.4 / 2.5 / Jython.
|
|
|
|
- Add lift and onlyliftedfrom class decorators to allow for inheritance of
|
|
|
|
venusian decorators attached to superclass methods. See the API
|
|
|
|
documentation for more information.
|
|
|
|
- Fix bug where otherwise undecorated subclass of a superclass that had
|
2018-06-28 21:13:28 +00:00
|
|
|
venusian decorators on it would inherit its superclass' decorations.
|
2015-02-06 16:19:34 +00:00
|
|
|
Venusian decorators should have never been inherited implicitly. See
|
|
|
|
https://github.com/Pylons/venusian/issues/11#issuecomment-4977352
|
|
|
|
|
2013-12-18 16:01:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 18 13:53:45 UTC 2013 - cfarrell@suse.com
|
|
|
|
|
|
|
|
- license update: SUSE-Repoze
|
|
|
|
See LICENSE
|
|
|
|
|
2013-12-10 13:09:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 10 13:08:49 UTC 2013 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
- Use tarball from pypi.python.org/ as source
|
|
|
|
|
2013-12-10 13:03:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 10 13:01:51 UTC 2013 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
- Change license to get it SPDX compliant;
|
|
|
|
In general, python packages are licensed under BSD derived; the
|
|
|
|
most closed license is BSD-2-Clause
|
|
|
|
|
2013-07-29 13:37:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 29 13:40:30 UTC 2013 - speilicke@suse.com
|
|
|
|
|
|
|
|
- Simplify macro usage
|
|
|
|
|
2013-07-29 09:30:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 28 20:12:18 UTC 2013 - hpj@urpla.net
|
|
|
|
|
|
|
|
- version 1.0a8: initial release
|
|
|
|
|