diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 13:03:50 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 13:03:50 +0000 |
commit | 41bb2cf189c94c928fb994f76c195dc68a6c635c (patch) | |
tree | a7f44442d4567ca39c3b56ed24be07ecd882a65b | |
parent | 9085dc8023a2e8386a99f8c06a4625a773f17d9c (diff) |
automatic import of python-dbt-postgresopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-dbt-postgres.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /dbt-postgres-1.4.5.tar.gz +/dbt-postgres-1.4.6.tar.gz diff --git a/python-dbt-postgres.spec b/python-dbt-postgres.spec index 70ab009..8bd965a 100644 --- a/python-dbt-postgres.spec +++ b/python-dbt-postgres.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-dbt-postgres -Version: 1.4.5 +Version: 1.4.6 Release: 1 Summary: The postgres adapter plugin for dbt (data build tool) License: Apache Software License URL: https://github.com/dbt-labs/dbt-core -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/38/23/821219f56527748606cbe71b23e88f0454c2ef7ed7daa7b10b188b9a36d3/dbt-postgres-1.4.5.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f5/8e/6a29b339562e6c140363a1ed8935c3702751122bba1716d00c7789b01130/dbt-postgres-1.4.6.tar.gz BuildArch: noarch Requires: python3-dbt-core @@ -138,7 +138,7 @@ Everyone interacting in the dbt project's codebases, issue trackers, chat rooms, %prep -%autosetup -n dbt-postgres-1.4.5 +%autosetup -n dbt-postgres-1.4.6 %build %py3_build @@ -178,5 +178,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.5-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.6-1 - Package Spec generated @@ -1 +1 @@ -97b169913aefc87f286591f33eb053c3 dbt-postgres-1.4.5.tar.gz +53eecb5992f61a1c0fcb5d65b8b4af7d dbt-postgres-1.4.6.tar.gz |