diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 06:44:18 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 06:44:18 +0000 |
commit | 4cabc0bd062a3befdc232f92584c92f889420e44 (patch) | |
tree | 25617537314bfd3cca26ac98d3c2358ece817ba7 | |
parent | 280e50f63aeb20adc152d2c5e382c238849cc940 (diff) |
automatic import of python-pgspecialopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pgspecial.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /pgspecial-2.0.1.tar.gz +/pgspecial-2.1.0.tar.gz diff --git a/python-pgspecial.spec b/python-pgspecial.spec index 34074f9..047516b 100644 --- a/python-pgspecial.spec +++ b/python-pgspecial.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pgspecial -Version: 2.0.1 +Version: 2.1.0 Release: 1 Summary: Meta-commands handler for Postgres Database. License: LICENSE.txt URL: https://www.dbcli.com -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/64/4d/e135172d93a1870897dbc01483f12b80c7f251ee08b583ec11a4b5888a08/pgspecial-2.0.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2a/77/93b39f02da1acd73fe8d775329b7fdd4ef394101c6e52f6ef715f8fe6003/pgspecial-2.1.0.tar.gz BuildArch: noarch Requires: python3-click @@ -37,7 +37,7 @@ This package provides an API to execute meta-commands (AKA "special", or "backslash commands") on PostgreSQL. %prep -%autosetup -n pgspecial-2.0.1 +%autosetup -n pgspecial-2.1.0 %build %py3_build @@ -77,5 +77,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.1-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2.1.0-1 - Package Spec generated @@ -1 +1 @@ -4816d89987052bcbd7657baa6f1f080e pgspecial-2.0.1.tar.gz +c3909c96fcdd8c969e15e33076aa2f17 pgspecial-2.1.0.tar.gz |