diff --git a/python-testpath.spec b/python-testpath.spec index ce2847456fdde9729cd6a9dc984ddfc3beb259e1..f96f583790cf0b7994a00c80b68b3e1da0d967c4 100644 --- a/python-testpath.spec +++ b/python-testpath.spec @@ -2,7 +2,7 @@ %global pypi_name testpath Name: python-%{pypi_name} -Version: 0.3.1 +Version: 0.6.0 Release: 1 Summary: Test utilities for code working with files and commands @@ -10,7 +10,7 @@ License: MIT URL: https://github.com/jupyter/testpath # There is no sdist on PyPI, download from GitHub -Source0: %url/archive/%{version}.tar.gz#/%{pypi_name}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/08/ad/a3e7d580902f57e31d2181563fc4088894692bb6ef79b816344f27719cdc/testpath-0.6.0.tar.gz BuildArch: noarch @@ -87,5 +87,8 @@ rm -rf html/.{doctrees,buildinfo} %doc html %changelog +* Wed Dec 07 2022 dingdingaaaaa - 0.6.0-1 +- Upgrade version to 0.6.0 + * Wed Jun 23 2021 wangxiaomeng - 0.3.1-1 - Package init diff --git a/testpath-0.3.1.tar.gz b/testpath-0.3.1.tar.gz deleted file mode 100644 index d3b9b7e58e04f9897b7af242effbce6415782bfb..0000000000000000000000000000000000000000 Binary files a/testpath-0.3.1.tar.gz and /dev/null differ diff --git a/testpath-0.6.0.tar.gz b/testpath-0.6.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a017ba36174470d9df7bf5acd36534b416720e06 Binary files /dev/null and b/testpath-0.6.0.tar.gz differ