diff --git a/jaraco.test-5.4.0.tar.gz b/jaraco.test-5.4.0.tar.gz deleted file mode 100644 index df0855e..0000000 --- a/jaraco.test-5.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbd343878758adc54447d6115c461789adb31fc4073b212950243093ba317ec2 -size 8838 diff --git a/jaraco_test-5.5.1.tar.gz b/jaraco_test-5.5.1.tar.gz new file mode 100644 index 0000000..78de79e --- /dev/null +++ b/jaraco_test-5.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c04616455c43a281947da3177099e3246849117e3057c49bc9644c28ba7d375 +size 10018 diff --git a/python-jaraco.test.changes b/python-jaraco.test.changes index 2953058..634b12a 100644 --- a/python-jaraco.test.changes +++ b/python-jaraco.test.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Oct 23 20:44:25 UTC 2024 - Dirk Müller + +- update to 5.5.1: + * Added __future__.annotations. + * Complete annotations and add py.typed marker -- by + :user:`Avasam` + ------------------------------------------------------------------- Tue Jun 11 07:56:39 UTC 2024 - Dirk Müller diff --git a/python-jaraco.test.spec b/python-jaraco.test.spec index abc45d5..3a7e3b5 100644 --- a/python-jaraco.test.spec +++ b/python-jaraco.test.spec @@ -18,12 +18,12 @@ %{?sle15_python_module_pythons} Name: python-jaraco.test -Version: 5.4.0 +Version: 5.5.1 Release: 0 Summary: Testing support by jaraco License: MIT URL: https://github.com/jaraco/jaraco.test -Source: https://files.pythonhosted.org/packages/source/j/jaraco.test/jaraco.test-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/j/jaraco.test/jaraco_test-%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} @@ -53,7 +53,7 @@ BuildArch: noarch Testing support by jaraco %prep -%autosetup -p1 -n jaraco.test-%{version} +%autosetup -p1 -n jaraco_test-%{version} %build %pyproject_wheel