15
0

- Update to 0.1.4:

* Add cursed() context manager/decorator
  * Conditionally build test C extension
  * Allow cursing dunder methods with non functions
  * Fix dual licensing issues. Distribute both GPLv3 & MIT license
    files.
- Drop COPYING.GPL, now included in the sdist.
- Switch to pyproject and autosetup macros.
- No more greedy globs in %files.
- Fiddle with remove-nose.patch to drop a useless decorator.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-forbiddenfruit?expand=0&rev=9
This commit is contained in:
2024-03-08 03:57:39 +00:00
committed by Git OBS Bridge
parent c285c30648
commit e028d3e00c
6 changed files with 91 additions and 720 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 8 03:56:53 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.1.4:
* Add cursed() context manager/decorator
* Conditionally build test C extension
* Allow cursing dunder methods with non functions
* Fix dual licensing issues. Distribute both GPLv3 & MIT license
files.
- Drop COPYING.GPL, now included in the sdist.
- Switch to pyproject and autosetup macros.
- No more greedy globs in %files.
- Fiddle with remove-nose.patch to drop a useless decorator.
-------------------------------------------------------------------
Wed Apr 15 06:42:01 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>