14
0

Accepting request 992107 from home:deneb_alpha:branches:devel:languages:python

- Enhanced dependency management for Py3.7 and earlier
  * Re-add `responses` that is needed for building tests
- Use python_module macro for build requires
- Remove the BuildRequires:  %{python_module devel}
- Refactoring of spec file with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/992107
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=45
This commit is contained in:
2022-08-02 08:22:03 +00:00
committed by Git OBS Bridge
parent ef0ed81e15
commit 9ba2599ee2
2 changed files with 21 additions and 13 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Aug 1 21:35:10 UTC 2022 - Marina Latini <marina.latini@suse.com>
- Enhanced dependency management for Py3.7 and earlier
* Re-add `responses` that is needed for building tests
- Use python_module macro for build requires
- Remove the BuildRequires: %{python_module devel}
- Refactoring of spec file with spec-cleaner
-------------------------------------------------------------------
Thu Jul 21 14:15:00 UTC 2022 - Andreas Hasenkopf <ahasenkopf@suse.com>