15
0
forked from pool/python-retry

- Switch to pyproject macros.

- No more greedy globs in %files.
- Remove unneeded dependency on pylib.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-retry?expand=0&rev=7
This commit is contained in:
2024-09-04 02:27:00 +00:00
committed by Git OBS Bridge
commit 73eb1c1972
5 changed files with 121 additions and 0 deletions

29
python-retry.changes Normal file
View File

@@ -0,0 +1,29 @@
-------------------------------------------------------------------
Wed Sep 4 02:26:12 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
- No more greedy globs in %files.
- Remove unneeded dependency on pylib.
-------------------------------------------------------------------
Fri Apr 8 07:59:30 UTC 2022 - pgajdos@suse.com
- python-mock is not required for build
-------------------------------------------------------------------
Mon Jan 25 08:05:10 UTC 2021 - Dirk Müller <dmueller@suse.com>
- use pytest macro
-------------------------------------------------------------------
Thu Mar 21 09:12:57 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Remove unnecessary bcond test
- Add fdupes
- Remove build dependencies devel, tox and wheel
- Use %license
-------------------------------------------------------------------
Fri Oct 20 16:18:12 UTC 2017 - toddrme2178@gmail.com
- initial version