public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-itemloaders] rawhide: Update to 1.4.0
@ 2026-06-29 23:22 Eduardo Echeverria
0 siblings, 0 replies; only message in thread
From: Eduardo Echeverria @ 2026-06-29 23:22 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-itemloaders
Branch : rawhide
Commit : f82f3c2e8b88d0ca7cde396016849857b99fc192
Author : Eduardo Echeverria <echevemaster@gmail.com>
Date : 2026-06-29T20:21:11-03:00
Stats : +12/-9 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-itemloaders/c/f82f3c2e8b88d0ca7cde396016849857b99fc192?branch=rawhide
Log:
Update to 1.4.0
---
diff --git a/python-itemloaders.spec b/python-itemloaders.spec
index f9a3a5a..73e487e 100644
--- a/python-itemloaders.spec
+++ b/python-itemloaders.spec
@@ -10,8 +10,8 @@ For example, it allows you to have all your casting and parsing rules in a
single place.}
Name: python-itemloaders
-Version: 1.3.2
-Release: 8%{?dist}
+Version: 1.4.0
+Release: 1%{?dist}
Summary: Library that helps you collect data from HTML and XML sources.
# Automatically converted from old format: BSD - review is highly recommended.
@@ -29,7 +29,6 @@ BuildArch: noarch
Summary: %{summary}
BuildRequires: python3-devel
-BuildRequires: python3-setuptools
BuildRequires: python3-parsel
BuildRequires: python3-jmespath
BuildRequires: python3-w3lib
@@ -42,21 +41,25 @@ BuildRequires: python3-w3lib
%prep
%autosetup -n %{srcname}-%{version}
+%generate_buildrequires
+%pyproject_buildrequires
+
%build
-%py3_build
+%pyproject_wheel
%install
-%py3_install
+%pyproject_install
+%pyproject_save_files -l itemloaders
-%files -n python3-%{srcname}
-%license LICENSE
+%files -n python3-%{srcname} -f %{pyproject_files}
%doc README.rst
-%{python3_sitelib}/itemloaders
-%{python3_sitelib}/itemloaders-*.egg-info
%changelog
+* Mon Jun 29 2026 Eduardo Echeverria <echevemaster@gmail.com> - 1.4.0-1
+- Update to 1.4.0
+
* Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 1.3.2-8
- Rebuilt for Python 3.15
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-29 23:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 23:22 [rpms/python-itemloaders] rawhide: Update to 1.4.0 Eduardo Echeverria
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox