From 0349257ef963f909c2a3a70041b519e832748c23b2ace5cdd72e1b420c556b1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 3 Apr 2020 06:59:04 +0000 Subject: [PATCH] - Update to 2.2.12: * Added the ability to handle .po files containing different plural equations for the same language (#30439). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=56 --- Django-2.2.11.tar.gz | 3 -- Django-2.2.11.tar.gz.asc | 63 ---------------------------------------- Django-2.2.12.tar.gz | 3 ++ Django-2.2.12.tar.gz.asc | 62 +++++++++++++++++++++++++++++++++++++++ python-Django.changes | 7 +++++ python-Django.spec | 2 +- 6 files changed, 73 insertions(+), 67 deletions(-) delete mode 100644 Django-2.2.11.tar.gz delete mode 100644 Django-2.2.11.tar.gz.asc create mode 100644 Django-2.2.12.tar.gz create mode 100644 Django-2.2.12.tar.gz.asc diff --git a/Django-2.2.11.tar.gz b/Django-2.2.11.tar.gz deleted file mode 100644 index 11ff46d..0000000 --- a/Django-2.2.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65e2387e6bde531d3bb803244a2b74e0253550a9612c64a60c8c5be267b30f50 -size 9010479 diff --git a/Django-2.2.11.tar.gz.asc b/Django-2.2.11.tar.gz.asc deleted file mode 100644 index 983171e..0000000 --- a/Django-2.2.11.tar.gz.asc +++ /dev/null @@ -1,63 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -This file contains MD5, SHA1, and SHA256 checksums for the source-code -tarball and wheel files of Django 2.2.11, released March 4, 2020. - -To use this file, you will need a working install of PGP or other -compatible public-key encryption software. You will also need to have -the Django release manager's public key in your keyring; this key has -the ID ``2EF56372BA48CD1B`` and can be imported from the MIT -keyserver. For example, if using the open-source GNU Privacy Guard -implementation of PGP: - - gpg --keyserver pgp.mit.edu --recv-key 2EF56372BA48CD1B - -Once the key is imported, verify this file:: - - gpg --verify <> - -Once you have verified this file, you can use normal MD5, SHA1, or SHA256 -checksumming applications to generate the checksums of the Django -package and compare them to the checksums listed below. - -Release packages: -================= - -https://www.djangoproject.com/m/releases/2.2/Django-2.2.11.tar.gz -https://www.djangoproject.com/m/releases/2.2/Django-2.2.11-py3-none-any.whl - -MD5 checksums -============= - -3d8cc4ec1329c742d848c418932e488a Django-2.2.11.tar.gz -c56b564c33b2803c00bb3087d1e316c2 Django-2.2.11-py3-none-any.whl - -SHA1 checksums -============== - -fcb4c862f6f769465dc1d2bbb71e7a733db8e134 Django-2.2.11.tar.gz -2a311f39a41ce4ee8f271235652fe9ed79cd851d Django-2.2.11-py3-none-any.whl - -SHA256 checksums -================ - -65e2387e6bde531d3bb803244a2b74e0253550a9612c64a60c8c5be267b30f50 Django-2.2.11.tar.gz -b51c9c548d5c3b3ccbb133d0bebc992e8ec3f14899bce8936e6fdda6b23a1881 Django-2.2.11-py3-none-any.whl ------BEGIN PGP SIGNATURE----- - -iQJPBAEBCAA5FiEEq7LCqM0B8WE2GLcNLvVjcrpIzRsFAl5faK4bHGZlbGlzaWFr -Lm1hcml1c3pAZ21haWwuY29tAAoJEC71Y3K6SM0bGNkP/25Kn3E7Mxc+CvjEck44 -mYy+DvQ2pXuLFGbPd8Lm+sXknwbCiOCRSCgzcslnrjLk0+0S0s0I76fR4fsPPKNe -gs44ppAdWvC7ipwp3zl8qkvEMP1a2QNTF2rq3nKXH9wSgC3jr55r7fTDdLA69nQg -wiaqcIEpIHpj/50Raac11Q6v01T6kiDQlIzR9kgoa+zt+oOcZgA5IWJSz3R2nbB5 -XtjA1kLCAHPdSKK+byu78pKX58e6eFQDmNLejjDy3j9q1CyBTEo9ZACagk23lx6N -8L9vjRPETHM0GmM0N1zblLyxDJ1plsJ2s/LwJg5DuvYCIhE++XUHLJierTyBpfa2 -dtYevLUVkkbxTcdTleTw5NxLiJahrlkOyAhyUy15YtYKwJHcf6GXjz/rTgyg5mEm -mPwIQsb+oBMJT4D0jqzHFix9wxqLeecz+PCpE8t9kaBpTFTbIBlSGTDv8i/b6C5T -M8nRGJht1aieKFjR5HPl3zB35bhHtem79RG3ZO4pZx+xmSF/LsiKBUwkBnvtB1Cc -ucLRydHIoPygOG8R361d+COvVMHcQ+Xu6dIY9ozxpAYM2Udh29thJ2T4kGsyt3dZ -c2i0tQQPHXLKitO2WVTgQfgCCL5NHuM/egOajM4lUGr6lYS6XXmMQ8DoLGbVhH1i -Tij0okR6OQAjm3BSL5jRXI5B -=1eu2 ------END PGP SIGNATURE----- diff --git a/Django-2.2.12.tar.gz b/Django-2.2.12.tar.gz new file mode 100644 index 0000000..bf9f436 --- /dev/null +++ b/Django-2.2.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69897097095f336d5aeef45b4103dceae51c00afa6d3ae198a2a18e519791b7a +size 8877061 diff --git a/Django-2.2.12.tar.gz.asc b/Django-2.2.12.tar.gz.asc new file mode 100644 index 0000000..9c4113f --- /dev/null +++ b/Django-2.2.12.tar.gz.asc @@ -0,0 +1,62 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +This file contains MD5, SHA1, and SHA256 checksums for the source-code +tarball and wheel files of Django 2.2.12, released April 1, 2020. + +To use this file, you will need a working install of PGP or other +compatible public-key encryption software. You will also need to have +the Django release manager's public key in your keyring; this key has +the ID ``E17DF5C82B4F9D00`` and can be imported from the MIT +keyserver. For example, if using the open-source GNU Privacy Guard +implementation of PGP: + + gpg --keyserver pgp.mit.edu --recv-key E17DF5C82B4F9D00 + +Once the key is imported, verify this file:: + + gpg --verify <> + +Once you have verified this file, you can use normal MD5, SHA1, or SHA256 +checksumming applications to generate the checksums of the Django +package and compare them to the checksums listed below. + +Release packages: +================= + +https://www.djangoproject.com/m/releases/2.2/Django-2.2.12.tar.gz +https://www.djangoproject.com/m/releases/2.2/Django-2.2.12-py3-none-any.whl + +MD5 checksums +============= + +6dc321ea9b123320702f678cc7287352 Django-2.2.12.tar.gz +9c6ffef77bb3d9eaf4abf76574b37656 Django-2.2.12-py3-none-any.whl + +SHA1 checksums +============== + +5df3303956e1e7f506dc382a79375276131ac709 Django-2.2.12.tar.gz +ac24f9ecfa1c8d899657d436b1a59c2fc2811391 Django-2.2.12-py3-none-any.whl + +SHA256 checksums +================ + +69897097095f336d5aeef45b4103dceae51c00afa6d3ae198a2a18e519791b7a Django-2.2.12.tar.gz +6ecd229e1815d4fc5240fc98f1cca78c41e7a8cd3e3f2eefadc4735031077916 Django-2.2.12-py3-none-any.whl +-----BEGIN PGP SIGNATURE----- + +iQIzBAEBCAAdFiEE/l+2OHah1xioxnVW4X31yCtPnQAFAl6ERmQACgkQ4X31yCtP +nQDh7A/9FdT6kmy8ghmg9633Wc7kTQyPYI/JuBVMMZtaWqY01C367gbT/3Uaov3G +6UbedU3KGVi6X03xLlopvesZ7drtCtsTzhtGqkR5DZd5BQDZE9yLirfOCtsDT7Tw +zYXZNQ//nKWfquEQtWY20xzov7OCvy4EGhjoFZLAyAUVBOs+8laq+IwiKgs7IV+9 +6nuHipO5U7l+gYCZpN7k9sZ+i5qKyFy7b7nGAIdzdX714YM08JdTv1vM2d05sJ6Z +/X5yZO9C71KNuHkUB7hVWJrcwBvcDZCtiIj8KvML+RhJxiGJVstPGzraWCw+r983 +HOPEL93LE/xQ6VvG5rxWXWkIXw0RE5NXzaQJvdKrNm6sxIN0HR5D7lu0leiUFneQ +KAOlNFUw/EqEUzuPNme3siUzJK6U+aoTTdHjoDY9aRc/k+SNfMe6so3+qkrq6cig +Hz5KcTpQAusw/BldnciVJggE1NhqOentrecqQxMVsWQPySC3VAUIJrpOf013Tg7z +59f2CjpBw2h7M07IGBUhjUGJHLamS6IJYVeoJ1KdJXqYqmg9kcb8ZUTJJOIerOoi +p27TGhvab5Ok0zmiQgP0zF6kZRSVnWagXx7ZGtBRNxmcIhv+a9p2W8uWvho1A2yP +BhUCrX2GyEJ+Ee2AzAUQL15g6bweoE/rr9h6pLaaBSKCTrL+GYU= +=CXge +-----END PGP SIGNATURE----- diff --git a/python-Django.changes b/python-Django.changes index b328502..676ab32 100644 --- a/python-Django.changes +++ b/python-Django.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Apr 3 06:55:41 UTC 2020 - Tomáš Chvátal + +- Update to 2.2.12: + * Added the ability to handle .po files containing different plural + equations for the same language (#30439). + ------------------------------------------------------------------- Wed Mar 18 10:59:36 UTC 2020 - Ondřej Súkup diff --git a/python-Django.spec b/python-Django.spec index c7d2b7f..b889af9 100644 --- a/python-Django.spec +++ b/python-Django.spec @@ -23,7 +23,7 @@ %bcond_with memcached Name: python-Django # We want support LTS versions of Django - numbered 2.2 -> 3.2 -> 4.2 etc -Version: 2.2.11 +Version: 2.2.12 Release: 0 Summary: A high-level Python Web framework License: BSD-3-Clause