public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-py] pr7: Update to 1.5.1.
@ 2026-08-01 11:43 Thomas Moschny
0 siblings, 0 replies; only message in thread
From: Thomas Moschny @ 2026-08-01 11:43 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-py
Branch : pr7
Commit : 22b09fc57c1fdaf67fd1c84e45c9402afc408489
Author : Thomas Moschny <thm@fedoraproject.org>
Date : 2017-11-15T23:32:18+01:00
Stats : +14/-8 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/python-py/c/22b09fc57c1fdaf67fd1c84e45c9402afc408489?branch=pr7
Log:
Update to 1.5.1.
Update list of vendored packages.
Fix HTML doc path.
---
diff --git a/python-py.spec b/python-py.spec
index a6d46a6..0d0780a 100644
--- a/python-py.spec
+++ b/python-py.spec
@@ -18,8 +18,8 @@
%global srcname py
Name: python-%{srcname}
-Version: 1.4.34
-Release: 8%{?dist}
+Version: 1.5.1
+Release: 1%{?dist}
Summary: Library with cross-python path, ini-parsing, io, code, log facilities
License: MIT and Public Domain
# main package: MIT, except: doc/style.css: Public Domain
@@ -56,8 +56,8 @@ BuildRequires: python2-pytest >= %{pytest_version_lb}, python2-pytest < %{pytes
%endif # with tests
Requires: python-setuptools
%{?python_provide:%python_provide python2-%{srcname}}
-Provides: bundled(python-apipkg) = 1.3.dev
-Provides: bundled(python2-apipkg) = 1.3.dev
+Provides: bundled(python2-apipkg) = 1.4
+Provides: bundled(python2-iniconfig) = 1.0.0
%description -n python2-%{srcname}
The py lib is a Python development support library featuring the
@@ -85,7 +85,8 @@ BuildRequires: python3-pytest >= %{pytest_version_lb}, python3-pytest < %{pytes
%endif # with tests
Requires: python3-setuptools
%{?python_provide:%python_provide python3-%{srcname}}
-Provides: bundled(python3-apipkg) = 1.3.dev
+Provides: bundled(python3-apipkg) = 1.4
+Provides: bundled(python3-iniconfig) = 1.0.0
Obsoletes: platform-python-%{srcname} < %{version}-%{release}
%description -n python3-%{srcname}
@@ -181,7 +182,7 @@ popd
%doc python2/README.rst
%license python2/LICENSE
%if %{with docs}
-%doc python2/doc/_build
+%doc python2/doc/_build/html
%endif # with_docs
%{python2_sitelib}/py-*.egg-info/
%{python2_sitelib}/py/
@@ -194,7 +195,7 @@ popd
%doc python3/README.rst
%license python3/LICENSE
%if %{with docs}
-%doc python3/doc/_build
+%doc python3/doc/_build/html
%endif # with_docs
%{python3_sitelib}/py-*.egg-info/
%{python3_sitelib}/py/
@@ -202,6 +203,11 @@ popd
%changelog
+* Wed Nov 15 2017 Thomas Moschny <thomas.moschny@gmx.de> - 1.5.1-1
+- Update to 1.5.1.
+- Update list of vendored packages.
+- Fix HTML doc path.
+
* Wed Nov 15 2017 Thomas Moschny <thomas.moschny@gmx.de> - 1.4.34-8
- Restore earlier structure of the spec file, also fixing previously
introduced problems.
diff --git a/sources b/sources
index 4854593..4e52454 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (py-1.4.34.tar.gz) = 2e19c82c8315274bffe0ba2c7e20ae3af95f942c40c16121ec953af186f8ff33e8f427c070e137bb04b7cc6dcc6779e35df3911c08595fd3294b5ec9897706e1
+SHA512 (py-1.5.1.tar.gz) = 63ef4b2f0f7300269017de29e8b8b668c523a8a2717a5040ab94b70ad74713003a72eff490303db865c3fabd8c1dfd70db4028dbe8b8f16572c9c8f328a63760
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-01 11:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-01 11:43 [rpms/python-py] pr7: Update to 1.5.1 Thomas Moschny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox