public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michel Lind <salimma@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/python-django3] epel8: long past EOL, unfixable CVEs: https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject.org/message/2YHX4QRPJSC7EAXM47LNDSGDW62VCUSH/
Date: Tue, 09 Jun 2026 15:50:58 GMT [thread overview]
Message-ID: <178102025862.1.12368967997612372823.rpms-python-django3-fe54230ceb02@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-django3
Branch : epel8
Commit : fe54230ceb02fd222fb1c4c1ce12a54d07612c22
Author : Michel Lind <salimma@fedoraproject.org>
Date : 2026-06-09T16:50:52+01:00
Stats : +1/-677 in 8 file(s)
URL : https://src.fedoraproject.org/rpms/python-django3/c/fe54230ceb02fd222fb1c4c1ce12a54d07612c22?branch=epel8
Log:
long past EOL, unfixable CVEs: https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject.org/message/2YHX4QRPJSC7EAXM47LNDSGDW62VCUSH/
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 460064f..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,38 +0,0 @@
-/Django-1.*.tar.gz
-/Django-2.0.1.tar.gz
-/Django-2.0.2.tar.gz
-/Django-2.0.3.tar.gz
-/Django-2.0.4.tar.gz
-/Django-2.0.5.tar.gz
-/Django-2.0.6.tar.gz
-/Django-2.0.7.tar.gz
-/Django-2.1.tar.gz
-/Django-2.1.2.tar.gz
-/Django-2.1.5.tar.gz
-/Django-2.1.7.tar.gz
-/Django-2.2.tar.gz
-/Django-2.2.2.tar.gz
-/Django-2.2.3.tar.gz
-/Django-2.2.4.tar.gz
-/Django-2.2.5.tar.gz
-/Django-3.0a1.tar.gz
-/Django-3.0b1.tar.gz
-/Django-3.0.tar.gz
-/Django-3.0.2.tar.gz
-/Django-3.0.7.tar.gz
-/Django-3.1.tar.gz
-/Django-3.1.1.tar.gz
-/Django-3.1.2.tar.gz
-/Django-3.1.4.tar.gz
-/Django-3.1.5.tar.gz
-/Django-3.1.6.tar.gz
-/Django-3.1.7.tar.gz
-/Django-3.2.1.tar.gz
-/Django-3.2.6.tar.gz
-/Django-3.2.7.tar.gz
-/Django-3.2.9.tar.gz
-/Django-3.2.15.tar.gz
-/Django-3.2.18.tar.gz
-/Django-3.2.19.tar.gz
-/Django-3.2.20.tar.gz
-/Django-3.2.25.tar.gz
diff --git a/Django-downgrade-asgiref.patch b/Django-downgrade-asgiref.patch
deleted file mode 100644
index fda3e31..0000000
--- a/Django-downgrade-asgiref.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Downgrade asgiref to the version available in EPEL 8
-
-Partially reverts the change introduced in https://github.com/django/django/commit/011b92ce9893f32bc06ca0857b426a2dc54edfea
---- a/setup.cfg
-+++ b/setup.cfg
-@@ -41,7 +41,7 @@ scripts = django/bin/django-admin.py
- include_package_data = true
- zip_safe = false
- install_requires =
-- asgiref >= 3.3.2, < 4
-+ asgiref >= 3.2.10, < 4
- pytz
- sqlparse >= 0.2.2
-
diff --git a/README.md b/README.md
deleted file mode 100644
index 4076e44..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# python-django3
-
-The python-django3 package
diff --git a/changelog b/changelog
deleted file mode 100644
index 7c97cdc..0000000
--- a/changelog
+++ /dev/null
@@ -1,241 +0,0 @@
-* Fri Mar 05 2021 Matthias Runge <mrunge@redhat.com> - 3.1.7-1
-- update to 3.1.7, fix CVE-2021-23336 (rhbz#1931542)
-
-* Thu Feb 04 2021 Matthias Runge <mrunge@redhat.com> - 3.1.6-1
-- update to 3.1.6, fix CVE-2021-3281 (rhbz#1923734)
-
-* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.5-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Mon Jan 04 2021 Matthias Runge <mrunge@redhat.com> - 3.1.5-1
-- update to 3.1.5
-
-* Thu Dec 03 2020 Matthias Runge <mrunge@redhat.com> - 3.1.4-1
-- update to 3.1.4 (rhbz#1893635)
-
-* Thu Oct 01 2020 Matthias Runge <mrunge@redhat.com> - 3.1.2-1
-- update to 3.1.2 (rhbz#1874420)
-
-* Thu Sep 03 2020 Matthias Runge <mrunge@redhat.com> - 3.1.1-1
-- update to 3.1.1 (rhbz#1874420)
-
-* Sun Aug 30 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 3.1-1
-- Update to 3.1
-
-* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.7-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Wed Jun 24 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 3.0.7-2
-- Add BR on setuptools
-
-* Sun Jun 07 2020 Miro Hrončok <mhroncok@redhat.com> - 3.0.7-1
-- Update to 3.0.7
-- Security fix for CVE-2020-7471 (rhbz#1798516)
-- Security fix for CVE-2020-9402 (rhbz#1810093)
-- Security fix for CVE-2020-13254 (rhbz#1843617)
-- Security fix for CVE-2020-13596 (rhbz#1843627)
-
-* Mon May 25 2020 Miro Hrončok <mhroncok@redhat.com> - 3.0.2-3
-- Rebuilt for Python 3.9
-
-* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Thu Jan 02 2020 Matthias Runge <mrunge@redhat.com> - 3.0.2-1
-- bugfix release
-
-* Tue Dec 03 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0-1
-- Update to 3.0 final
-
-* Tue Oct 15 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0~b1-1
-- Update to 3.0b1 (rhbz#1761417)
-
-* Fri Oct 04 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0~a1-1
-- Update to 3.0a1 (rhbz#1750709)
-- https://fedoraproject.org/wiki/Changes/Django3
-
-* Thu Sep 05 2019 Matthias Runge <mrunge@redhat.com> - 2.2.5-1
-- bugfix release 2.2.5 (rhbz#1747876)
-
-* Sun Aug 18 2019 Miro Hrončok <mhroncok@redhat.com> - 2.2.4-2
-- Rebuilt for Python 3.8
-
-* Tue Aug 06 2019 Matthias Runge <mrunge@redhat.com> - 2.2.4-1
-- fix CVE-2019-14235 (rhbz#1735784)
-- fix CVE-2019-14234 (rhbz#1735780)
-- fix CVE-2019-14233 (rhbz#1735775)
-- fix CVE-2019-14232 (rhbz#1735771)
-
-* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Thu Jul 04 2019 Matthias Runge <mrunge@redhat.com> - 2.2.3-1
-- fix CVE-2019-12781 Incorrect HTTP detection with reverse-proxy connecting
- via HTTPS (rhbz#1726014)
-
-* Tue Jun 04 2019 Matthias Runge <mrunge@redhat.com> - 2.2.2-1
-- fix CVE-2019-12308 AdminURLFieldWidget XSS
- (rhbz#1716763)
-
-* Wed Apr 10 2019 Miro Hrončok <mhroncok@redhat.com> - 2.2-1
-- Update to 2.2 (rhbz#1674439)
-
-* Wed Feb 20 2019 Matthias Runge <mrunge@redhat.com> - 2.1.7-1
-- Fix CVE-2019-6975: Memory exhaustion in django.utils.numberformat.format()
- rhbz#1678264
-
-* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.5-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
-
-* Fri Jan 11 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.1.5-2
-- Enable python dependency generator
-
-* Mon Jan 07 2019 Matthias Runge <mrunge@redhat.com> - 2.1.5-1
-- fix CVE-2019-3498 python-django: Content spoofing via URL path in
- default 404 page (rhbz#1663723)
-
-* Mon Oct 22 2018 Matthias Runge <mrunge@redhat.com> - 2.1.2-1
-- fix CVE-2018-16984 Password hash disclosure to “view only” admin users
- (rhbz#1639399)
-
-* Fri Aug 17 2018 Matthias Runge <mrunge@redhat.com> - 2.1-1
-- update to 2.1 (rhbz#1611025)
-
-* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.7-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
-
-* Fri Jul 06 2018 Matthias Runge <mrunge@redhat.com> - 2.0.7-1
-- bugfix update to 2.0.7 (rhbz#1597265)
-
-* Mon Jun 18 2018 Miro Hrončok <mhroncok@redhat.com> - 2.0.6-2
-- Rebuilt for Python 3.7
-
-* Mon Jun 04 2018 Matthias Runge <mrunge@redhat.com> - 2.0.6-1
-- bugfix update to 2.0.6 (rhbz#1585347)
-
-* Thu May 03 2018 Matthias Runge <mrunge@redhat.com> - 2.0.5-1
-- update to 2.0.5 (rhbz#1574123)
-
-* Tue Apr 03 2018 Matthias Runge <mrunge@redhat.com> - 2.0.4-1
-- update to 2.0.4 (rhbz#1541188)
-
-* Fri Mar 16 2018 Miro Hrončok <mhroncok@redhat.com> - 2.0.3-4
-- Obsolete pythonX-django-ckeditor, pythonX-django-extensions,
- pythonX-django-helpdesk, pythonX-django-openid-auth, pythonX-django-pylibmc,
- pythonX-django-select2, pythonX-django-setuptest,
- pythonX-django-federated-login
-
-* Sun Mar 11 2018 Miro Hrončok <mhroncok@redhat.com> - 2.0.3-3
-- Obsolete pythonX-django-pgjson
-
-* Wed Mar 07 2018 Miro Hrončok <mhroncok@redhat.com> - 2.0.3-2
-- Obsolete pythonX-django-sekizai and pythonX-django-south
-
-* Tue Mar 06 2018 Matthias Runge <mrunge@redhat.com> - 2.0.3-1
-- update to 2.0.3, fix CVE-2018-7536 (rhbz#1552178)
-
-* Fri Mar 02 2018 Miro Hrončok <mhroncok@redhat.com> - 2.0.2-4
-- Obsolete packages retired from https://pagure.io/fesco/issue/1857
-
-* Fri Mar 02 2018 Miro Hrončok <mhroncok@redhat.com> - 2.0.2-3
-- Obsolete pythonX-django-model-utils and pythonX-django-netjsongraph
-
-* Wed Feb 07 2018 Matthias Runge <mrunge@redhat.com> - 2.0.2-2
-- requires python2 while being python3 (rhbz#15424)
-
-* Fri Feb 02 2018 Matthias Runge <mrunge@redhat.com> - 2.0.2-1
-- fix CVE-2018-6188
-
-* Tue Jan 16 2018 Matthias Runge <mrunge@redhat.com> - 2.0.1-1
-- update to 2.0.1
-- remove python2 bits
-- enable python3 tests
-
-* Tue Jan 16 2018 Troy Dawson <tdawson@redhat.com> - 1.11.9-2
-- Update conditionals
-
-* Thu Jan 04 2018 Miro Hrončok <mhroncok@redhat.com> - 1.11.9-1
-- update to 1.11.9
-
-* Thu Jan 04 2018 Miro Hrončok <mhroncok@redhat.com> - 1.11.8-2
-- Obsolete python(2)-django-devserver
-
-* Fri Dec 15 2017 Matthias Runge <mrunge@redhat.com> - 1.11.8-1
-- update to 1.11.8
-
-* Wed Sep 06 2017 Matthias Runge <mrunge@redhat.com> - 1.11.5-1
-- update to 1.11.5 (rhbz#1488683)
-
-* Wed Aug 02 2017 Matthias Runge <mrunge@redhat.com> - 1.11.4-1
-- update to 1.11.4 (rhbz#1477382)
-
-* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
-
-* Mon Jul 03 2017 Matthias Runge <mrunge@redhat.com> - 1.11.3-1
-- Update to 1.11.3 (rhbz#1467029)
-
-* Thu Jun 15 2017 Matthias Runge <mrunge@redhat.com> - 1.11.2-1
-- update to 1.11.2 (rhbz#1448664
-- add dependency to pytz (rhbz#1458493)
-
-* Thu Apr 06 2017 Matthias Runge <mrunge@redhat.com> - 1.11-1
-- update to 1.11 (rhbz#1410268)
-
-* Tue Feb 28 2017 Matthias Runge <mrunge@redhat.com> - 1.10.5-1
-- rebase to 1.10.5, fix FTBFS (rhbz#1424135)
-- declare bundled libs (rhbz#1401243)
-
-* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.4-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
-
-* Mon Dec 12 2016 Stratakis Charalampos <cstratak@redhat.com> - 1.10.4-2
-- Rebuild for Python 3.6
-- Disable python3 tests for now
-
-* Fri Dec 02 2016 Matthias Runge <mrunge@redhat.com> - 1.10.4-1
-- update to stable 1.10.4 (rhbz#1400730)
-
-* Wed Nov 02 2016 Matthias Runge <mrunge@redhat.com> - 1.10.3-1
-- update to 1.10.3 (rhbz#1390782)
-- fix CVE-2016-9013, CVE-2016-9014
-
-* Mon Oct 03 2016 Matthias Runge <mrunge@redhat.com> - 1.10.2-1
-- update to 1.10.2 (rhbz#1381019)
-
-* Thu Sep 22 2016 Matthias Runge <mrunge@redhat.com> - 1.10.1-1
-- rebase to 1.10.1 (rhbz#1338391)
-
-* Thu Jul 21 2016 Matthias Runge <mrunge@redhat.com> - 1-9.8-1
-- fix CVE-2016-6186 (rhbz#1357701)
-
-* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.7-2
-- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
-
-* Mon Jun 06 2016 Matthias Runge <mrunge@redhat.com> - 1.9.7-1
-- bugfix release
-
-* Tue May 31 2016 Nils Philippsen <nils@redhat.com>
-- fix source URL
-
-* Sun May 8 2016 Peter Robinson <pbrobinson@fedoraproject.org> 1.9.6-2
-- Put the provives/obsoletes in the right spot for new python naming
-
-* Tue May 03 2016 Matthias Runge <mrunge@redhat.com> - 1.9.6-1
-- update to 1.9.6 (rhbz#1323374)
-
-* Tue Mar 08 2016 Matthias Runge <mrunge@redhat.com> - 1.9.4-1
-- update to 1.9.4 fixing a regression introduced in last
- upstream fix for CVE-2016-2512
-
-* Wed Mar 02 2016 Matthias Runge <mrunge@redhat.com> - 1.9.3-1
-- update to 1.9.3, fixing CVE-2016-2512, CVE-2016-2513
- (rhbz#1313500)
-
-* Thu Feb 11 2016 Matthias Runge <mrunge@redhat.com> - 1.9.2-1
-- update to 1.9.2 (rhbz#1266062)
-- modernize spec file, provide py2, obsolete python-django
-
-* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.8-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..ab5f1cf
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+long past EOL, unfixable CVEs: https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject.org/message/2YHX4QRPJSC7EAXM47LNDSGDW62VCUSH/
diff --git a/python-django3.rpmlintrc b/python-django3.rpmlintrc
deleted file mode 100644
index b8d635b..0000000
--- a/python-django3.rpmlintrc
+++ /dev/null
@@ -1,7 +0,0 @@
-# Deprecation does not have a version
-addFilter("W: unversioned-explicit-provides deprecated()")
-# these are intentionally unversioned, they are virtual provides
-# declared by every Django stack's subpackages
-addFilter("W: unversioned-explicit-provides python-django-bash-completion-impl")
-addFilter("W: unversioned-explicit-provides python-django-doc-impl")
-addFilter("W: unversioned-explicit-provides python-django-impl")
diff --git a/python-django3.spec b/python-django3.spec
deleted file mode 100644
index a709fe3..0000000
--- a/python-django3.spec
+++ /dev/null
@@ -1,373 +0,0 @@
-%if 0%{?fedora} >= 37
-%bcond_without doc
-%else
-# need Sphinx >= 3.5.0
-# c9s has 3.4.3
-# f36 has 3.4.0
-%bcond_with doc
-%endif
-
-Name: python-django3
-%global pkgname Django
-%global ver 3.2.25
-#global pre ...
-%global real_version %{ver}%{?pre:%{pre}}
-Version: %{ver}%{?pre:~%{pre}}
-Release: %autorelease
-Summary: A high-level Python Web framework
-
-# Django: BSD-3-Clause
-# Roboto font: Apache-2.0
-# Font Awesome font: OFL-1.1
-# Font Awesome icons: MIT
-# jquery, select2, xregexp: MIT
-# gis/gdal: BSD-3-Clause
-# gis/geos: BSD-3-Clause
-License: BSD-3-Clause AND Apache-2.0 AND MIT AND OFL-1.1
-URL: https://www.djangoproject.com/
-Source0: %{pypi_source %{pkgname} %{real_version}}
-Source1: %{name}.rpmlintrc
-Patch0: Django-downgrade-asgiref.patch
-
-BuildArch: noarch
-
-%global _description %{expand:
-Django is a high-level Python Web framework that encourages rapid
-development and a clean, pragmatic design. It focuses on automating as
-much as possible and adhering to the DRY (Don't Repeat Yourself)
-principle.}
-
-%description %_description
-
-
-%package bash-completion
-Summary: Bash completion files for Django
-License: BSD-3-Clause
-BuildRequires: bash-completion
-Requires: bash-completion
-
-# Make sure this replaces any other Django bash-completion package
-Provides: python-django-bash-completion-impl
-Conflicts: python-django-bash-completion-impl
-
-%description bash-completion
-This package contains the Bash completion files form Django high-level
-Python Web framework.
-
-
-%if %{with doc}
-%package -n python3-django3-doc
-Summary: Documentation for Django
-# Font Awesome: CC-BY-4.0, OFL-1.1, MIT
-License: BSD-3-Clause AND CC-BY-4.0 AND OFL-1.1 AND MIT
-Suggests: python3-django3 = %{version}-%{release}
-BuildRequires: make
-BuildRequires: python3-sphinx
-BuildRequires: python3-psycopg2
-
-# Make sure this replaces any other Django doc package
-Provides: python-django-doc-impl
-Conflicts: python-django-doc-impl
-
-%description -n python3-django3-doc
-This package contains the documentation for the Django high-level
-Python Web framework.
-%endif
-
-
-%package -n python3-django3
-Summary: A high-level Python Web framework
-Conflicts: python3-django
-Provides: python3-django = %{version}-%{release}
-%{?python_provide:%python_provide python3-django3}
-
-Recommends: (%{name}-bash-completion = %{version}-%{release} if bash)
-
-BuildRequires: python3-devel
-BuildRequires: python3-bcrypt
-# test requirements
-#BuildRequires: python3-py-bcrypt
-BuildRequires: python3-asgiref >= 3.2
-BuildRequires: python3-docutils
-BuildRequires: python3-jinja2
-BuildRequires: python3-numpy
-BuildRequires: python3-pillow
-BuildRequires: python3-PyYAML
-BuildRequires: python3-pytz
-BuildRequires: python3-selenium
-BuildRequires: python3-setuptools
-BuildRequires: python3-sqlparse >= 0.2.2
-BuildRequires: python3-memcached
-
-# see django/contrib/admin/static/admin/js/vendor/
-Provides: bundled(jquery) = 3.5.1
-Provides: bundled(select2) = 4.0.13
-Provides: bundled(xregexp) = 3.2.0
-
-Provides: python3-django = %{version}-%{release}
-# This package is deprecated, no new packages in Fedora can depend on it
-# https://www.djangoproject.com/weblog/2024/apr/03/bugfix-release/
-Provides: deprecated()
-
-# Make sure this replaces any other Django package
-Provides: python-django-impl
-Conflicts: python-django-impl
-
-%description -n python3-django3 %_description
-
-%prep
-%autosetup -p1 -n %{pkgname}-%{real_version}
-
-# hard-code python3 in django-admin
-pushd django
-for file in bin/django-admin.py conf/project_template/manage.py-tpl ; do
- sed -i "s/\/env python/\/python3/" $file ;
-done
-popd
-
-
-%build
-%py3_build
-
-
-%install
-%py3_install
-
-%find_lang django
-%find_lang djangojs
-# append djangojs.lang to django.lang
-cat djangojs.lang >> django.lang
-
-%if %{with doc}
-# build documentation
-(cd docs && mkdir djangohtml && mkdir -p _build/{doctrees,html} && make html)
-cp -ar docs ..
-%endif
-
-# install man pages (for the main executable only)
-mkdir -p %{buildroot}%{_mandir}/man1/
-cp -p docs/man/* %{buildroot}%{_mandir}/man1/
-
-# install bash completion script
-bashcompdir=$(pkg-config --variable=completionsdir bash-completion)
-mkdir -p %{buildroot}$bashcompdir
-install -m 0644 -p extras/django_bash_completion \
- %{buildroot}$bashcompdir/django-admin.py
-
-for file in django-admin django-admin-3 django-admin-%{python3_version} python3-django-admin manage.py ; do
- ln -s django-admin.py %{buildroot}$bashcompdir/$file
-done
-
-# Add backward compatible links to %%{_bindir}
-ln -s ./django-admin %{buildroot}%{_bindir}/django-admin-3
-ln -s ./django-admin %{buildroot}%{_bindir}/django-admin-%{python3_version}
-ln -s ./django-admin %{buildroot}%{_bindir}/python3-django-admin
-
-# remove .po files
-find %{buildroot} -name "*.po" | xargs rm -f
-
-%check
-cd %{_builddir}/%{pkgname}-%{real_version}
-export PYTHONPATH=$(pwd)
-cd tests
-
-%{python3} runtests.py --settings=test_sqlite --verbosity=2
-
-
-%files bash-completion
-%{_datadir}/bash-completion
-
-%if %{with doc}
-%files -n python3-django3-doc
-%doc docs/_build/html/*
-%license %{_docdir}/_static/fontawesome/LICENSE.txt
-%endif
-
-%files -n python3-django3 -f django.lang
-%doc README.rst
-%doc %{python3_sitelib}/django/contrib/admin/static/admin/fonts/README.txt
-%doc %{python3_sitelib}/django/contrib/admin/static/admin/img/README.txt
-%license %{python3_sitelib}/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md
-%license %{python3_sitelib}/django/contrib/admin/static/admin/fonts/LICENSE.txt
-%license %{python3_sitelib}/django/contrib/admin/static/admin/img/LICENSE
-%license %{python3_sitelib}/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE.txt
-%license %{python3_sitelib}/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md
-%license %{python3_sitelib}/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE.txt
-%license %{python3_sitelib}/django/contrib/gis/gdal/LICENSE
-%license %{python3_sitelib}/django/contrib/gis/geos/LICENSE
-%{_bindir}/django-admin.py
-%{_bindir}/django-admin
-%{_bindir}/django-admin-3
-%{_bindir}/django-admin-%{python3_version}
-%{_bindir}/python3-django-admin
-%{_mandir}/man1/django-admin.1*
-%attr(0755,root,root) %{python3_sitelib}/django/bin/django-admin.py*
-# Include everything but the locale data ...
-%dir %{python3_sitelib}/django
-%dir %{python3_sitelib}/django/bin
-%{python3_sitelib}/django/apps
-%{python3_sitelib}/django/db/
-%{python3_sitelib}/django/*.py*
-%{python3_sitelib}/django/utils/
-%{python3_sitelib}/django/dispatch/
-%{python3_sitelib}/django/template/
-%{python3_sitelib}/django/urls/
-%{python3_sitelib}/django/views/
-%dir %{python3_sitelib}/django/conf/
-%dir %{python3_sitelib}/django/conf/locale/
-%dir %{python3_sitelib}/django/conf/locale/??/
-%dir %{python3_sitelib}/django/conf/locale/???/
-%dir %{python3_sitelib}/django/conf/locale/??_*/
-%dir %{python3_sitelib}/django/conf/locale/*/LC_MESSAGES
-%dir %{python3_sitelib}/django/contrib/
-%{python3_sitelib}/django/contrib/*.py*
-%dir %{python3_sitelib}/django/contrib/admin/
-%dir %{python3_sitelib}/django/contrib/admin/locale
-%dir %{python3_sitelib}/django/contrib/admin/locale/??/
-%dir %{python3_sitelib}/django/contrib/admin/locale/???/
-%dir %{python3_sitelib}/django/contrib/admin/locale/??_*/
-%dir %{python3_sitelib}/django/contrib/admin/locale/*/LC_MESSAGES
-%{python3_sitelib}/django/contrib/admin/*.py*
-%{python3_sitelib}/django/contrib/admin/migrations
-%{python3_sitelib}/django/contrib/admin/views/
-%{python3_sitelib}/django/contrib/admin/static/
-%{python3_sitelib}/django/contrib/admin/templatetags/
-%{python3_sitelib}/django/contrib/admin/templates/
-%dir %{python3_sitelib}/django/contrib/admindocs/
-%dir %{python3_sitelib}/django/contrib/admindocs/locale/
-%dir %{python3_sitelib}/django/contrib/admindocs/locale/??/
-%dir %{python3_sitelib}/django/contrib/admindocs/locale/???/
-%dir %{python3_sitelib}/django/contrib/admindocs/locale/??_*/
-%dir %{python3_sitelib}/django/contrib/admindocs/locale/*/LC_MESSAGES
-%{python3_sitelib}/django/contrib/admindocs/*.py*
-%{python3_sitelib}/django/contrib/admindocs/templates/
-%dir %{python3_sitelib}/django/contrib/auth/
-%dir %{python3_sitelib}/django/contrib/auth/locale/
-%dir %{python3_sitelib}/django/contrib/auth/locale/??/
-%dir %{python3_sitelib}/django/contrib/auth/locale/???/
-%dir %{python3_sitelib}/django/contrib/auth/locale/??_*/
-%dir %{python3_sitelib}/django/contrib/auth/locale/*/LC_MESSAGES
-%{python3_sitelib}/django/contrib/auth/*.py*
-%{python3_sitelib}/django/contrib/auth/common-passwords.txt.gz
-%{python3_sitelib}/django/contrib/auth/handlers/
-%{python3_sitelib}/django/contrib/auth/management/
-%{python3_sitelib}/django/contrib/auth/migrations/
-%{python3_sitelib}/django/contrib/auth/templates/
-%dir %{python3_sitelib}/django/contrib/contenttypes/
-%dir %{python3_sitelib}/django/contrib/contenttypes/locale
-%dir %{python3_sitelib}/django/contrib/contenttypes/locale/??/
-%dir %{python3_sitelib}/django/contrib/contenttypes/locale/???/
-%dir %{python3_sitelib}/django/contrib/contenttypes/locale/??_*/
-%dir %{python3_sitelib}/django/contrib/contenttypes/locale/*/LC_MESSAGES
-%{python3_sitelib}/django/contrib/contenttypes/*.py*
-%{python3_sitelib}/django/contrib/contenttypes/__pycache__
-%{python3_sitelib}/django/contrib/contenttypes/management/
-%{python3_sitelib}/django/contrib/contenttypes/migrations/
-%dir %{python3_sitelib}/django/contrib/flatpages/
-%dir %{python3_sitelib}/django/contrib/flatpages/locale/
-%dir %{python3_sitelib}/django/contrib/flatpages/locale/??/
-%dir %{python3_sitelib}/django/contrib/flatpages/locale/???/
-%dir %{python3_sitelib}/django/contrib/flatpages/locale/??_*/
-%dir %{python3_sitelib}/django/contrib/flatpages/locale/*/LC_MESSAGES
-%{python3_sitelib}/django/contrib/flatpages/*.py*
-%{python3_sitelib}/django/contrib/flatpages/migrations
-%{python3_sitelib}/django/contrib/flatpages/templatetags
-%dir %{python3_sitelib}/django/contrib/gis/
-%dir %{python3_sitelib}/django/contrib/gis/locale/
-%dir %{python3_sitelib}/django/contrib/gis/locale/??/
-%dir %{python3_sitelib}/django/contrib/gis/locale/???/
-%dir %{python3_sitelib}/django/contrib/gis/locale/??_*/
-%dir %{python3_sitelib}/django/contrib/gis/locale/*/LC_MESSAGES
-%{python3_sitelib}/django/contrib/gis/*.py*
-%{python3_sitelib}/django/contrib/gis/geoip2/
-%{python3_sitelib}/django/contrib/gis/serializers/
-%{python3_sitelib}/django/contrib/gis/static/
-%dir %{python3_sitelib}/django/contrib/humanize/
-%dir %{python3_sitelib}/django/contrib/humanize/locale/
-%dir %{python3_sitelib}/django/contrib/humanize/locale/??/
-%dir %{python3_sitelib}/django/contrib/humanize/locale/???/
-%dir %{python3_sitelib}/django/contrib/humanize/locale/??_*/
-%dir %{python3_sitelib}/django/contrib/humanize/locale/*/LC_MESSAGES
-%{python3_sitelib}/django/contrib/humanize/templatetags/
-%{python3_sitelib}/django/contrib/humanize/*.py*
-%dir %{python3_sitelib}/django/contrib/messages/
-%{python3_sitelib}/django/contrib/messages/*.py*
-%dir %{python3_sitelib}/django/contrib/postgres
-%{python3_sitelib}/django/contrib/postgres/*.py*
-%{python3_sitelib}/django/contrib/postgres/aggregates
-%{python3_sitelib}/django/contrib/postgres/jinja2
-%{python3_sitelib}/django/contrib/postgres/fields
-%{python3_sitelib}/django/contrib/postgres/forms
-%{python3_sitelib}/django/contrib/postgres/templates
-%{python3_sitelib}/django/contrib/postgres/__pycache__
-%dir %{python3_sitelib}/django/contrib/redirects
-%dir %{python3_sitelib}/django/contrib/redirects/locale
-%dir %{python3_sitelib}/django/contrib/redirects/locale/??/
-%dir %{python3_sitelib}/django/contrib/redirects/locale/???/
-%dir %{python3_sitelib}/django/contrib/redirects/locale/??_*/
-%dir %{python3_sitelib}/django/contrib/redirects/locale/*/LC_MESSAGES
-%{python3_sitelib}/django/contrib/redirects/*.py*
-%{python3_sitelib}/django/contrib/redirects/migrations
-%dir %{python3_sitelib}/django/contrib/sessions/
-%dir %{python3_sitelib}/django/contrib/sessions/locale/
-%dir %{python3_sitelib}/django/contrib/sessions/locale/??/
-%dir %{python3_sitelib}/django/contrib/sessions/locale/???/
-%dir %{python3_sitelib}/django/contrib/sessions/locale/??_*/
-%dir %{python3_sitelib}/django/contrib/sessions/locale/*/LC_MESSAGES
-%{python3_sitelib}/django/contrib/sessions/management/
-%{python3_sitelib}/django/contrib/sessions/migrations/
-%{python3_sitelib}/django/contrib/sessions/*.py*
-%{python3_sitelib}/django/contrib/sitemaps/
-%dir %{python3_sitelib}/django/contrib/sites/
-%dir %{python3_sitelib}/django/contrib/sites/locale/
-%dir %{python3_sitelib}/django/contrib/sites/locale/??/
-%dir %{python3_sitelib}/django/contrib/sites/locale/???/
-%dir %{python3_sitelib}/django/contrib/sites/locale/??_*/
-%dir %{python3_sitelib}/django/contrib/sites/locale/*/LC_MESSAGES
-%{python3_sitelib}/django/contrib/sites/*.py*
-%{python3_sitelib}/django/contrib/sites/migrations
-%{python3_sitelib}/django/contrib/staticfiles/
-%{python3_sitelib}/django/contrib/syndication/
-%{python3_sitelib}/django/contrib/gis/admin/
-%{python3_sitelib}/django/contrib/gis/db/
-%{python3_sitelib}/django/contrib/gis/forms/
-%{python3_sitelib}/django/contrib/gis/gdal/
-%{python3_sitelib}/django/contrib/gis/geos/
-%{python3_sitelib}/django/contrib/gis/management/
-%{python3_sitelib}/django/contrib/gis/sitemaps/
-%{python3_sitelib}/django/contrib/gis/templates/
-%{python3_sitelib}/django/contrib/gis/utils/
-%{python3_sitelib}/django/contrib/messages/storage/
-%{python3_sitelib}/django/contrib/sessions/backends/
-%{python3_sitelib}/django/forms/
-%{python3_sitelib}/django/templatetags/
-%{python3_sitelib}/django/core/
-%{python3_sitelib}/django/http/
-%{python3_sitelib}/django/middleware/
-%{python3_sitelib}/django/test/
-%{python3_sitelib}/django/conf/*.py*
-%{python3_sitelib}/django/conf/project_template/
-%{python3_sitelib}/django/conf/app_template/
-%{python3_sitelib}/django/conf/urls/
-%{python3_sitelib}/django/conf/locale/*/*.py*
-%{python3_sitelib}/django/conf/locale/*.py*
-%{python3_sitelib}/%{pkgname}-%{real_version}-py%{python3_version}.egg-info
-%{python3_sitelib}/django/__pycache__
-%{python3_sitelib}/django/bin/__pycache__
-%{python3_sitelib}/django/conf/__pycache__
-%{python3_sitelib}/django/conf/locale/*/__pycache__
-%{python3_sitelib}/django/contrib/__pycache__
-%{python3_sitelib}/django/contrib/admin/__pycache__
-%{python3_sitelib}/django/contrib/admindocs/__pycache__
-%{python3_sitelib}/django/contrib/auth/__pycache__
-%{python3_sitelib}/django/contrib/flatpages/__pycache__
-%{python3_sitelib}/django/contrib/gis/__pycache__
-%{python3_sitelib}/django/contrib/humanize/__pycache__
-%{python3_sitelib}/django/contrib/messages/__pycache__
-%{python3_sitelib}/django/contrib/redirects/__pycache__
-%{python3_sitelib}/django/contrib/sessions/__pycache__
-%{python3_sitelib}/django/contrib/sites/__pycache__
-
-
-%changelog
-%autochangelog
diff --git a/sources b/sources
deleted file mode 100644
index 232c665..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (Django-3.2.25.tar.gz) = ccba83abd1777123186d685e21b96f41abf216a692d18ffe764d2e519eb9d1f6011d08c86b3affdd891591ca4ed7fee27ffa4750d19b486ca775ee680fdb0cb1
reply other threads:[~2026-06-09 15:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178102025862.1.12368967997612372823.rpms-python-django3-fe54230ceb02@fedoraproject.org \
--to=salimma@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox