Skip to content

Commit

Permalink
Update yarl to 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Foreman Packaging Automation authored and Odilhao committed Oct 25, 2024
1 parent 7fa0a5e commit dd911df
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
25 changes: 14 additions & 11 deletions packages/python-yarl/python-yarl.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,22 @@
%global pypi_name yarl

Name: python-%{pypi_name}
Version: 1.8.2
Release: 5%{?dist}
Version: 1.13.1
Release: 1%{?dist}
Summary: Yet another URL library

License: Apache 2
URL: https://github.com/aio-libs/yarl/
Source0: https://files.pythonhosted.org/packages/source/y/%{pypi_name}/%{pypi_name}-%{version}.tar.gz

BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: gcc
BuildRequires: python%{python3_pkgversion}-Cython
BuildRequires: python%{python3_pkgversion}-pip
BuildRequires: python%{python3_pkgversion}-setuptools
BuildRequires: python%{python3_pkgversion}-expandvars
BuildRequires: python%{python3_pkgversion}-wheel
BuildRequires: pyproject-rpm-macros


%description
Expand All @@ -26,7 +32,6 @@ Summary: %{summary}
%{?python_provide:%python_provide python%{python3_pkgversion}-%{pypi_name}}
Requires: python%{python3_pkgversion}-idna >= 2.0
Requires: python%{python3_pkgversion}-multidict >= 4.0
Requires: python%{python3_pkgversion}-typing-extensions >= 3.7.4


%description -n python%{python3_pkgversion}-%{pypi_name}
Expand All @@ -36,28 +41,26 @@ Requires: python%{python3_pkgversion}-typing-extensions >= 3.7.4
%prep
set -ex
%autosetup -n %{pypi_name}-%{version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info


%build
set -ex
%py3_build
%pyproject_wheel


%install
set -ex
%py3_install

%pyproject_install

%files -n python%{python3_pkgversion}-%{pypi_name}
%license LICENSE
%doc README.rst
%{python3_sitearch}/%{pypi_name}
%{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
%{python3_sitearch}/%{pypi_name}-%{version}.dist-info/


%changelog
* Wed Oct 23 2024 Foreman Packaging Automation <[email protected]> - 1.13.1-1
- Update to 1.13.1

* Tue Jan 16 2024 Odilon Sousa <[email protected]> - 1.8.2-5
- Remove SCL bits

Expand Down
1 change: 1 addition & 0 deletions packages/python-yarl/yarl-1.13.1.tar.gz
1 change: 0 additions & 1 deletion packages/python-yarl/yarl-1.8.2.tar.gz

This file was deleted.

0 comments on commit dd911df

Please sign in to comment.