diff --git a/django-annoying-0.10.6.tar.gz b/django-annoying-0.10.6.tar.gz deleted file mode 100644 index 2c5cac0bba8244da3d4b5eaede56b2a44be9020b..0000000000000000000000000000000000000000 Binary files a/django-annoying-0.10.6.tar.gz and /dev/null differ diff --git a/django-annoying-0.10.7.tar.gz b/django-annoying-0.10.7.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e12cf62d0fc67bc88543229fb642febd7d860ff6 Binary files /dev/null and b/django-annoying-0.10.7.tar.gz differ diff --git a/python-django-annoying.spec b/python-django-annoying.spec index 8363a629a1120def0fdecbf2bcf78d63d16f5a0b..316744b2f50176abe622083f8ccc6bd0e3c0cb10 100644 --- a/python-django-annoying.spec +++ b/python-django-annoying.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-django-annoying -Version: 0.10.6 +Version: 0.10.7 Release: 1 Summary: This is a django application that tries to eliminate annoying things in the Django framework. License: BSD URL: https://github.com/skorokithakis/django-annoying -Source0: https://files.pythonhosted.org/packages/c7/1a/253fb9c0779de1b6ae631c8c4f50aa8187518d5e87a7ca87a0ad1ccf3d9f/django-annoying-0.10.6.tar.gz +Source0: https://github.com/skorokithakis/django-annoying/archive/refs/tags/django-annoying-%{version}.tar.gz BuildArch: noarch Requires: python3-django @@ -32,7 +32,7 @@ This is a django application that tries to eliminate annoying things in the Djan %prep -%autosetup -n django-annoying-0.10.6 +%autosetup -n django-annoying-%{version} %build %py3_build @@ -72,5 +72,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Apr 02 2025 sqfu - 0.10.7-1 +- update version to 0.10.7 +- fix:expose type annotations through py.typed file +- fix:Use atomic as a context manager + * Sat Aug 01 2020 Python_Bot - Package Spec generated