15
0

Accepting request 1002281 from home:badshah400:branches:devel:languages:python

- Update to version 2.0.6.
- Generate a basic setup.py file in-place to use with %%python_setup; upstream no longer supplies one.
- Use fdupes to link duplicate files.
- Add %{name}.rpmlintrc file to suppress errors about zero-length files which are nevertheless required.
- Update URL to new upstream home.

OBS-URL: https://build.opensuse.org/request/show/1002281
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssutils?expand=0&rev=49
This commit is contained in:
2022-09-14 08:06:19 +00:00
committed by Git OBS Bridge
parent 97ca25bfb8
commit c29c45f264
5 changed files with 40 additions and 17 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Sep 9 08:34:38 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 2.0.6:
* [gh#jaraco/cssutils#14] Added support for custom CSS
variables with -- prefix.
- Generate a basic setup.py file in-place to use with
%%python_setup; upstream no longer supplies one.
- Use fdupes to link duplicate files.
- Add %{name}.rpmlintrc file to suppress errors about zero-length
files which are nevertheless required.
- Update URL to new upstream home.
-------------------------------------------------------------------
Tue Dec 4 12:47:04 UTC 2018 - Matej Cepl <mcepl@suse.com>