Accepting request 948959 from home:bmwiedemann:branches:devel:languages:python

Don't add date to version for reproducible builds (boo#1047218)

OBS-URL: https://build.opensuse.org/request/show/948959
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyudev?expand=0&rev=48
This commit is contained in:
Matej Cepl 2022-01-25 09:05:22 +00:00 committed by Git OBS Bridge
parent 2830b6e63e
commit fd8135d9ae
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 25 08:54:16 UTC 2022 - Bernhard Wiedemann <bwiedemann@suse.com>
- Don't add date to version for reproducible builds (boo#1047218)
-------------------------------------------------------------------
Sun Jan 16 22:53:34 UTC 2022 - mcepl@cepl.eu

View File

@ -66,6 +66,7 @@ in modern linux systems.
# Disable intersphinx and issuetracker, we don't want to access the web during doc build:
sed -i -e "s|'sphinx.ext.intersphinx',\\?||" -e "s|'sphinxcontrib.issuetracker',\\?||" doc/conf.py
sed -i -e 's/tag_date = true/tag_date = false/' setup.cfg
%build
%python_build