diff --git a/BTrees-4.7.1.tar.gz b/BTrees-4.7.1.tar.gz deleted file mode 100644 index 82acf27..0000000 --- a/BTrees-4.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5348da6cc5ea6cf6fc6f0000a640739f48f8737b8011ca36a86414e740c0e8fe -size 171939 diff --git a/BTrees-4.7.2.tar.gz b/BTrees-4.7.2.tar.gz new file mode 100644 index 0000000..125c02c --- /dev/null +++ b/BTrees-4.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce4a5eb5c135bcb5c06b5bd1ca6fd7fd39d8631306182307ed8bc30d3033846 +size 175093 diff --git a/python-BTrees.changes b/python-BTrees.changes index 8960711..43c0d35 100644 --- a/python-BTrees.changes +++ b/python-BTrees.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Apr 14 09:19:56 UTC 2020 - Tomáš Chvátal + +- Do not bother with documentation +- Update to 4.7.2: + * Fix more cases of C and Python inconsistency. + ------------------------------------------------------------------- Wed Mar 25 16:00:38 UTC 2020 - Marketa Calabkova diff --git a/python-BTrees.spec b/python-BTrees.spec index 7120bce..422e39b 100644 --- a/python-BTrees.spec +++ b/python-BTrees.spec @@ -19,19 +19,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-BTrees -Version: 4.7.1 +Version: 4.7.2 Release: 0 Summary: Persistent B-tree object containers for Python License: ZPL-2.1 -URL: http://www.zope.org/Products/ZODB +URL: https://github.com/zopefoundation/BTrees Source: https://files.pythonhosted.org/packages/source/B/BTrees/BTrees-%{version}.tar.gz -# Documentation requirements: -BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module devel} BuildRequires: %{python_module persistent-devel >= 4.1.0} -BuildRequires: %{python_module repoze.sphinx.autointerface} BuildRequires: %{python_module setuptools} -# Testing requirements: BuildRequires: %{python_module transaction} BuildRequires: %{python_module zope.interface} BuildRequires: %{python_module zope.testrunner} @@ -39,6 +35,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-persistent >= 4.1.0 Requires: python-zope.interface +Obsoletes: %{name}-doc %python_subpackages %description @@ -58,21 +55,12 @@ Requires: %{name} = %{version} %description devel This package contains the files needed for binding the %{name} C module. -%package doc -Summary: Documentation for the python-BTrees module -Requires: %{name} = %{version} - -%description doc -This package contains documentation files for %{name}. - %prep %setup -q -n BTrees-%{version} rm -rf BTrees.egg-info %build %python_build -%{_python_use_flavor python3} -python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo %install %python_install @@ -92,7 +80,4 @@ python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo %files %{python_files devel} %{python_sitearch}/BTrees/*.h -%files %{python_files doc} -%doc build/sphinx/html/ - %changelog