forked from pool/python-abimap
Accepting request 630488 from home:gladiac:branches:devel:languages:python
- Update to version 0.3.1 * Fixed bug when sorting releases: the older come first * Added missing runtime requirement for setuptools * Added manpage generation OBS-URL: https://build.opensuse.org/request/show/630488 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-abimap?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
41f85d0835
commit
086a190ae9
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ff41025ba6995501e0c320fd58a98f80edc76c3ddf3632b5a3beab677ae3181e
|
|
||||||
size 51436
|
|
3
abimap-0.3.1.tar.gz
Normal file
3
abimap-0.3.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d2c4c7ff6ef2e1b42e0385af5995c5432027fe10ce3278408841e23cb3ca5dcd
|
||||||
|
size 53265
|
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 20 08:59:29 UTC 2018 - asn@cryptomilk.org
|
||||||
|
|
||||||
|
- Update to version 0.3.1
|
||||||
|
* Fixed bug when sorting releases: the older come first
|
||||||
|
* Added missing runtime requirement for setuptools
|
||||||
|
* Added manpage generation
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 8 17:50:53 UTC 2018 - asn@cryptomilk.org
|
Wed Aug 8 17:50:53 UTC 2018 - asn@cryptomilk.org
|
||||||
|
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
|
||||||
Name: python-abimap
|
Name: python-abimap
|
||||||
Version: 0.3.0
|
Version: 0.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A helper for library maintainers to use symbol versioning
|
Summary: A helper for library maintainers to use symbol versioning
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -69,12 +69,16 @@ Documentation for the symbol versioning helper %{name}
|
|||||||
%python_build
|
%python_build
|
||||||
|
|
||||||
PYTHONPATH=${PWD}/src:${PWD}/tests sphinx-build docs html
|
PYTHONPATH=${PWD}/src:${PWD}/tests sphinx-build docs html
|
||||||
|
PYTHONPATH=${PWD}/src:${PWD}/tests sphinx-build -E -b man docs man
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
|
|
||||||
rm -rf html/.{doctrees,buildinfo}
|
rm -rf html/.{doctrees,buildinfo}
|
||||||
|
|
||||||
|
install -d -m 0755 %{buildroot}%{_mandir}/man1
|
||||||
|
install -m 0644 man/abimap.1 %{buildroot}%{_mandir}/man1/
|
||||||
|
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -85,6 +89,7 @@ make -C tests ABIMAP_NAME_VERSION="abimap-%{version}" ABIMAP_VERSION="%{version}
|
|||||||
%doc AUTHORS.rst CHANGELOG.rst README.rst
|
%doc AUTHORS.rst CHANGELOG.rst README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%python3_only %{_bindir}/abimap
|
%python3_only %{_bindir}/abimap
|
||||||
|
%python3_only %{_mandir}/man1/abimap.1*
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%files %{python_files doc}
|
%files %{python_files doc}
|
||||||
|
Reference in New Issue
Block a user