Skip to content

Commit

Permalink
Update whitenoise to 6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Foreman Packaging Automation authored and Odilhao committed Sep 19, 2024
1 parent 25155ba commit 7d1ed18
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
21 changes: 11 additions & 10 deletions packages/python-whitenoise/python-whitenoise.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
%global pypi_name whitenoise

Name: python-%{pypi_name}
Version: 6.0.0
Release: 5%{?dist}
Version: 6.6.0
Release: 1%{?dist}
Summary: Radically simplified static file serving for WSGI applications

License: MIT
Expand All @@ -15,7 +15,10 @@ Source0: https://files.pythonhosted.org/packages/source/w/%{pypi_name}/%{
BuildArch: noarch

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


%description
Expand All @@ -34,28 +37,26 @@ Summary: %{summary}
%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_sitelib}/%{pypi_name}
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
%{python3_sitelib}/%{pypi_name}-%{version}.dist-info/


%changelog
* Wed Sep 18 2024 Foreman Packaging Automation <[email protected]> - 6.6.0-1
- Update to 6.6.0

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

Expand Down
1 change: 0 additions & 1 deletion packages/python-whitenoise/whitenoise-6.0.0.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/python-whitenoise/whitenoise-6.6.0.tar.gz

0 comments on commit 7d1ed18

Please sign in to comment.