diff --git a/monotonic-0.6.tar.gz b/monotonic-0.6.tar.gz deleted file mode 100644 index 0e02b25d853af70abb3513063b80483fdd53f91d..0000000000000000000000000000000000000000 Binary files a/monotonic-0.6.tar.gz and /dev/null differ diff --git a/monotonic-1.5.tar.gz b/monotonic-1.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d6e9546a397715a44c2cb31bf11f8162805ba791 Binary files /dev/null and b/monotonic-1.5.tar.gz differ diff --git a/python-monotonic.spec b/python-monotonic.spec index 09d30ce0b8337f30f34088beb42b36581028d16e..e5e0c1fc5acf17aec5f72fd8e334aefba8ea56d5 100644 --- a/python-monotonic.spec +++ b/python-monotonic.spec @@ -1,14 +1,14 @@ %global _empty_manifest_terminate_build 0 Name: python-monotonic -Version: 0.6 +Version: 1.5 Release: 1 Summary: An implementation of time.monotonic() for Python 2 & < 3.3 License: Apache-2.0 URL: https://github.com/atdt/monotonic -Source0: https://files.pythonhosted.org/packages/71/be/df50d24c036ff1f316f835db207c1934250f1b82b53d4ea1a14068052293/monotonic-0.6.tar.gz +Source0: https://files.pythonhosted.org/packages/19/c1/27f722aaaaf98786a1b338b78cf60960d9fe4849825b071f4e300da29589/monotonic-1.5.tar.gz BuildArch: noarch %description -An implementation of time.monotonic() for Python 2 & < 3.3 +An implementation of time.monotonic() for Python 2 & Python 3. %package -n python2-monotonic @@ -16,19 +16,20 @@ Summary: An implementation of time.monotonic() for Python 2 & < 3.3 Provides: python2-monotonic BuildRequires: python2-devel BuildRequires: python2-setuptools +BuildRequires: python2-pip %description -n python2-monotonic -An implementation of time.monotonic() for Python 2 & < 3.3 +An implementation of time.monotonic() for Python 2 & Python 3. %package help Summary: Development documents and examples for monotonic Provides: python2-monotonic-doc %description help -An implementation of time.monotonic() for Python 2 & < 3.3 +An implementation of time.monotonic() for Python 2 & Python 3. %prep -%autosetup -n monotonic-0.6 +%autosetup -n monotonic-1.5 %build %py2_build @@ -62,11 +63,13 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %files -n python2-monotonic -f filelist.lst -%{python2_sitelib}/* +%dir %{python2_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog +* Tue Jun 15 2021 wangxiyuan +- Bump version to 1.5 * Wed May 12 2021 openstack-sig - Package Spec generated