diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-30 06:22:56 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-30 06:22:56 +0000 |
commit | ac3d13eadf6b50727bec01edf66de0a05cd9dd08 (patch) | |
tree | 71a1bf3f921ddc761fce470f7f2ecd55b9fa2aa2 | |
parent | 76d5619ee018f8b954dd1d3f9a0dd7d2d0751b65 (diff) |
automatic import of python-twitwi
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-twitwi.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /twitwi-0.18.0.tar.gz +/twitwi-0.18.1.tar.gz diff --git a/python-twitwi.spec b/python-twitwi.spec index 37caf25..217c98b 100644 --- a/python-twitwi.spec +++ b/python-twitwi.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-twitwi -Version: 0.18.0 +Version: 0.18.1 Release: 1 Summary: A collection of Twitter-related helper functions for python. License: MIT URL: http://github.com/medialab/twitwi -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4f/cb/948f390c1ae3fe96017c96fc6cdc4246ef7ebb4b6cb958a4c1f7ea2e518a/twitwi-0.18.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/80/eb/f6b3b5c6d66ac729f2b163b992fc740991104f3fdd1cc10057e26ab99623/twitwi-0.18.1.tar.gz BuildArch: noarch Requires: python3-pytz @@ -421,7 +421,7 @@ w.writeheader() %prep -%autosetup -n twitwi-0.18.0 +%autosetup -n twitwi-0.18.1 %build %py3_build @@ -461,5 +461,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.18.0-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.18.1-1 - Package Spec generated @@ -1 +1 @@ -f57d256f2959111be33b3de8092834f6 twitwi-0.18.0.tar.gz +571f830f72efbc99b04ebb752997f244 twitwi-0.18.1.tar.gz |