summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-25 12:56:53 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-25 12:56:53 +0000
commitc00c5c2239c3d651b5a22b0b3ca73859cca0b1f6 (patch)
treedd48a0c03716853457171e10c91b5b196c15a9b0
parente077becf52b26e37e4052699db08cb75597794bd (diff)
automatic import of python-toucan-connectorsopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-toucan-connectors.spec22
-rw-r--r--sources2
3 files changed, 12 insertions, 13 deletions
diff --git a/.gitignore b/.gitignore
index e593992..dbbee11 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/toucan_connectors-4.4.1.tar.gz
+/toucan_connectors-4.5.0.tar.gz
diff --git a/python-toucan-connectors.spec b/python-toucan-connectors.spec
index 1ba1b9b..ea335e7 100644
--- a/python-toucan-connectors.spec
+++ b/python-toucan-connectors.spec
@@ -1,15 +1,14 @@
%global _empty_manifest_terminate_build 0
Name: python-toucan-connectors
-Version: 4.4.1
+Version: 4.5.0
Release: 1
Summary: Toucan Toco Connectors
License: BSD
URL: https://pypi.org/project/toucan-connectors/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/77/a2/b1d5e2392441b6d56945253a9bfc5e0417bf6c50c7ca420009435b9c5980/toucan_connectors-4.4.1.tar.gz
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8d/86/dc4add991042db0d07d3ca4404ff464af47a2b3d69dfc381e7f21b45a1f0/toucan_connectors-4.5.0.tar.gz
BuildArch: noarch
Requires: python3-Authlib
-Requires: python3-aiohttp
Requires: python3-cached-property
Requires: python3-Jinja2
Requires: python3-jq
@@ -34,7 +33,6 @@ Requires: python3-googleads
Requires: python3-google-cloud-bigquery[bqstorage,pandas]
Requires: python3-PyMySQL
Requires: python3-gspread
-Requires: python3-PyHive[hive]
Requires: python3-xmltodict
Requires: python3-pymongo
Requires: python3-tctc-odata
@@ -163,7 +161,7 @@ Some connectors are tested using mocks (cf. `trello`), others are tested by maki
## Contributing
-This is an open source repository under the [BSD 3-Clause Licence](https://github.com/ToucanToco/toucan-connectors/blob/master/LICENSE). The Toucan Toco tech team are the maintainers of this repository, we welcome contributions.
+This is an open source repository under the [BSD 3-Clause Licence](https://github.com/ToucanToco/toucan-connectors/blob/master/LICENSE). The Toucan Toco tech team are the maintainers of this repository, we welcome contributions.
At the moment the main use of this code is its integration into Toucan Toco commercially licenced software, as a result our dev and maintenance efforts applied here are mostly driven by Toucan Toco internal priorities.
@@ -178,7 +176,7 @@ make new_connector type=mytype
```
`mytype` should be the name of a system we would like to build a connector for,
-such as `MySQL` or `Hive` or `Magento`.
+such as `MySQL` or `Magento`.
Open the folder in `tests` for the new connector. You can start writing your tests before implementing it.
@@ -402,7 +400,7 @@ Some connectors are tested using mocks (cf. `trello`), others are tested by maki
## Contributing
-This is an open source repository under the [BSD 3-Clause Licence](https://github.com/ToucanToco/toucan-connectors/blob/master/LICENSE). The Toucan Toco tech team are the maintainers of this repository, we welcome contributions.
+This is an open source repository under the [BSD 3-Clause Licence](https://github.com/ToucanToco/toucan-connectors/blob/master/LICENSE). The Toucan Toco tech team are the maintainers of this repository, we welcome contributions.
At the moment the main use of this code is its integration into Toucan Toco commercially licenced software, as a result our dev and maintenance efforts applied here are mostly driven by Toucan Toco internal priorities.
@@ -417,7 +415,7 @@ make new_connector type=mytype
```
`mytype` should be the name of a system we would like to build a connector for,
-such as `MySQL` or `Hive` or `Magento`.
+such as `MySQL` or `Magento`.
Open the folder in `tests` for the new connector. You can start writing your tests before implementing it.
@@ -638,7 +636,7 @@ Some connectors are tested using mocks (cf. `trello`), others are tested by maki
## Contributing
-This is an open source repository under the [BSD 3-Clause Licence](https://github.com/ToucanToco/toucan-connectors/blob/master/LICENSE). The Toucan Toco tech team are the maintainers of this repository, we welcome contributions.
+This is an open source repository under the [BSD 3-Clause Licence](https://github.com/ToucanToco/toucan-connectors/blob/master/LICENSE). The Toucan Toco tech team are the maintainers of this repository, we welcome contributions.
At the moment the main use of this code is its integration into Toucan Toco commercially licenced software, as a result our dev and maintenance efforts applied here are mostly driven by Toucan Toco internal priorities.
@@ -653,7 +651,7 @@ make new_connector type=mytype
```
`mytype` should be the name of a system we would like to build a connector for,
-such as `MySQL` or `Hive` or `Magento`.
+such as `MySQL` or `Magento`.
Open the folder in `tests` for the new connector. You can start writing your tests before implementing it.
@@ -762,7 +760,7 @@ Make sure your new code is properly formatted by running `make lint`. If it's no
%prep
-%autosetup -n toucan-connectors-4.4.1
+%autosetup -n toucan-connectors-4.5.0
%build
%py3_build
@@ -802,5 +800,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 4.4.1-1
+* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 4.5.0-1
- Package Spec generated
diff --git a/sources b/sources
index 431e50c..335ad22 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2f0f6777f7b36babf5b41f656e5ce01c toucan_connectors-4.4.1.tar.gz
+69ef081f00e86c6634837705d8b099f2 toucan_connectors-4.5.0.tar.gz