diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-TestSlide.spec | 23 | ||||
| -rw-r--r-- | sources | 2 | 
3 files changed, 21 insertions, 5 deletions
@@ -1 +1,2 @@  /TestSlide-2.7.0.tar.gz +/TestSlide-2.7.1.tar.gz diff --git a/python-TestSlide.spec b/python-TestSlide.spec index 6573c2f..44652c1 100644 --- a/python-TestSlide.spec +++ b/python-TestSlide.spec @@ -1,11 +1,11 @@  %global _empty_manifest_terminate_build 0  Name:		python-TestSlide -Version:	2.7.0 +Version:	2.7.1  Release:	1  Summary:	A test framework for Python that makes mocking and iterating over code with tests a breeze  License:	MIT  URL:		https://github.com/facebook/TestSlide -Source0:	https://mirrors.nju.edu.cn/pypi/web/packages/48/3c/91629f7beaa8ee2eb80c05993907cfdf859c00c1585b75d9d7e8afd09d9b/TestSlide-2.7.0.tar.gz +Source0:	https://mirrors.nju.edu.cn/pypi/web/packages/ee/6f/c8d6d60a597c693559dab3b3362bd01e2212530e9a163eb0164af81e1ec1/TestSlide-2.7.1.tar.gz  BuildArch:	noarch @@ -118,6 +118,11 @@ https://opensource.facebook.com/legal/terms  https://opensource.facebook.com/legal/privacy +## Copyright + +Copyright © 2021 Meta Platforms, Inc + +  %package -n python3-TestSlide  Summary:	A test framework for Python that makes mocking and iterating over code with tests a breeze  Provides:	python-TestSlide @@ -233,6 +238,11 @@ https://opensource.facebook.com/legal/terms  https://opensource.facebook.com/legal/privacy +## Copyright + +Copyright © 2021 Meta Platforms, Inc + +  %package help  Summary:	Development documents and examples for TestSlide  Provides:	python3-TestSlide-doc @@ -345,8 +355,13 @@ https://opensource.facebook.com/legal/terms  https://opensource.facebook.com/legal/privacy +## Copyright + +Copyright © 2021 Meta Platforms, Inc + +  %prep -%autosetup -n TestSlide-2.7.0 +%autosetup -n TestSlide-2.7.1  %build  %py3_build @@ -386,5 +401,5 @@ mv %{buildroot}/doclist.lst .  %{_docdir}/*  %changelog -* Mon Mar 06 2023 Python_Bot <Python_Bot@openeuler.org> - 2.7.0-1 +* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 2.7.1-1  - Package Spec generated @@ -1 +1 @@ -2f9935845631bd01299955e0cbffa33c  TestSlide-2.7.0.tar.gz +8de4e902684fd0bd847e06980d732073  TestSlide-2.7.1.tar.gz  | 
