diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 10:42:33 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 10:42:33 +0000 |
commit | 4329783dc5c7fa67fef76be60b1a2249032cef19 (patch) | |
tree | bacad2dd7f2d03e810f83fa5fe1adb1728edebe3 | |
parent | ca4680fffa21d8a317d3e5758114c5ce8dd0557f (diff) |
automatic import of python-blinkeropeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-blinker.spec | 9 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 6 deletions
@@ -1 +1,2 @@ /blinker-1.6.1.tar.gz +/blinker-1.6.2.tar.gz diff --git a/python-blinker.spec b/python-blinker.spec index 418eba4..a335dd5 100644 --- a/python-blinker.spec +++ b/python-blinker.spec @@ -1,14 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-blinker -Version: 1.6.1 +Version: 1.6.2 Release: 1 Summary: Fast, simple object-to-object and broadcast signaling License: MIT License URL: https://blinker.readthedocs.io -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b2/83/418c03eaeed9f87eab0d5430f7e9d5248d8a7dd64d12b5ab9e5f674e7aa3/blinker-1.6.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e8/f9/a05287f3d5c54d20f51a235ace01f50620984bc7ca5ceee781dc645211c5/blinker-1.6.2.tar.gz BuildArch: noarch -Requires: python3-typing-extensions %description Blinker provides a fast dispatching system that allows any number of @@ -71,7 +70,7 @@ sent by any sender. Round 3! %prep -%autosetup -n blinker-1.6.1 +%autosetup -n blinker-1.6.2 %build %py3_build @@ -111,5 +110,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.6.1-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.6.2-1 - Package Spec generated @@ -1 +1 @@ -cd3d3b0db394de03fa83aa7768ba1b96 blinker-1.6.1.tar.gz +1c7375d100a67ba368d9cde0ab2d8cfa blinker-1.6.2.tar.gz |