Skip to content

Commit

Permalink
Update django-filter to 24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Foreman Packaging Automation authored and Odilhao committed Nov 4, 2024
1 parent 5f0211f commit 9a6cc18
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
1 change: 0 additions & 1 deletion packages/python-django-filter/django-filter-23.5.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/python-django-filter/django_filter-24.3.tar.gz
15 changes: 9 additions & 6 deletions packages/python-django-filter/python-django-filter.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

# Created by pyp2rpm-3.3.3
%global pypi_name django-filter
%global srcname django_filters
%global srcname django_filter

Name: python-%{pypi_name}
Version: 23.5
Version: 24.3
Release: 1%{?dist}
Summary: Django-filter is a reusable Django application for allowing users to filter querysets dynamically

License: BSD
URL: https://github.com/carltongibson/django-filter/tree/main
Source0: https://files.pythonhosted.org/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/source/d/%{srcname}/%{srcname}-%{version}.tar.gz
BuildArch: noarch

BuildRequires: python%{python3_pkgversion}-devel
Expand Down Expand Up @@ -44,7 +44,7 @@ Obsoletes: python39-%{pypi_name} < %{version}-%{release}

%prep
set -ex
%autosetup -n %{pypi_name}-%{version}
%autosetup -n %{srcname}-%{version}


%build
Expand All @@ -58,11 +58,14 @@ set -ex


%files -n python%{python3_pkgversion}-%{pypi_name}
%{python3_sitelib}/%{srcname}
%{python3_sitelib}/django_filter-%{version}.dist-info/
%{python3_sitelib}/django_filters
%{python3_sitelib}/%{srcname}-%{version}.dist-info/


%changelog
* Sun Nov 03 2024 Foreman Packaging Automation <[email protected]> - 24.3-1
- Update to 24.3

* Wed Sep 11 2024 Foreman Packaging Automation <[email protected]> - 23.5-1
- Update to 23.5

Expand Down

0 comments on commit 9a6cc18

Please sign in to comment.