diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 07:42:33 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 07:42:33 +0000 |
commit | ec237e2618115b545d812d0992534af9cd642d93 (patch) | |
tree | 50333e5233ed29327c5570c855d905c7e44be999 | |
parent | e7f2988e198dad98f837ff99d04ffa862b864d29 (diff) |
automatic import of python-pyscaffoldopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pyscaffold.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /PyScaffold-4.4.tar.gz +/PyScaffold-4.4.1.tar.gz diff --git a/python-pyscaffold.spec b/python-pyscaffold.spec index f5d7d1d..0c2c14f 100644 --- a/python-pyscaffold.spec +++ b/python-pyscaffold.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-PyScaffold -Version: 4.4 +Version: 4.4.1 Release: 1 Summary: Template tool for putting up the scaffold of a Python project License: MIT URL: https://github.com/pyscaffold/pyscaffold/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/31/79/e920afe747025dca97076393fc53c499f4e833b2e2bbb14293363596f101/PyScaffold-4.4.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/37/76/05bff97dac925b5e7592e25e9976dc10d00637f2d3fbf15d83e9bf5be1ce/PyScaffold-4.4.1.tar.gz BuildArch: noarch Requires: python3-platformdirs @@ -166,7 +166,7 @@ meaning at least your name and email are configured. The project template provides you with following features: %prep -%autosetup -n PyScaffold-4.4 +%autosetup -n PyScaffold-4.4.1 %build %py3_build @@ -206,5 +206,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 4.4-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 4.4.1-1 - Package Spec generated @@ -1 +1 @@ -1b08492627598a7a2900e0e6ba0a775e PyScaffold-4.4.tar.gz +6649a59a66c9b727c67a95284b686d1c PyScaffold-4.4.1.tar.gz |