forked from pool/python-stripe
Accepting request 911939 from home:dspinella:branches:devel:languages:python
- Update to v2.60.0 * Add support for list_computed_upfront_line_items method on resource Quote * Add support for new Quote API. * Add support for new TaxCode API. * Add support for Identity VerificationSession and VerificationReport APIs * Add support for the Billing Portal Configuration API OBS-URL: https://build.opensuse.org/request/show/911939 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stripe?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 13 08:34:39 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
|
||||||
|
|
||||||
|
- Update to v2.60.0
|
||||||
|
* Add support for list_computed_upfront_line_items method on resource Quote
|
||||||
|
* Add support for new Quote API.
|
||||||
|
* Add support for new TaxCode API.
|
||||||
|
* Add support for Identity VerificationSession and VerificationReport APIs
|
||||||
|
* Add support for the Billing Portal Configuration API
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 6 05:47:20 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
Sat Feb 6 05:47:20 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@@ -18,30 +18,22 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-stripe
|
Name: python-stripe
|
||||||
Version: 2.55.2
|
Version: 2.60.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python bindings for the Stripe API
|
Summary: Python bindings for the Stripe API
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/stripe/stripe-python
|
URL: https://github.com/stripe/stripe-python
|
||||||
Source: https://files.pythonhosted.org/packages/source/s/stripe/stripe-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/s/stripe/stripe-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module pytest >= 6.0}
|
||||||
|
BuildRequires: %{python_module pytest-mock >= 2.0}
|
||||||
|
BuildRequires: %{python_module requests >= 2.20}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-PySocks >= 1.5.6
|
|
||||||
Requires: python-cryptography >= 1.3.4
|
|
||||||
Requires: python-pyOpenSSL >= 0.14
|
|
||||||
Requires: python-requests >= 2.20
|
Requires: python-requests >= 2.20
|
||||||
Conflicts: python-stripe-api
|
Conflicts: python-stripe-api
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
|
||||||
BuildRequires: %{python_module PySocks >= 1.5.6}
|
|
||||||
BuildRequires: %{python_module cryptography >= 1.3.4}
|
|
||||||
BuildRequires: %{python_module pyOpenSSL >= 0.14}
|
|
||||||
BuildRequires: %{python_module pytest >= 4.6}
|
|
||||||
BuildRequires: %{python_module pytest-mock >= 2.0}
|
|
||||||
BuildRequires: %{python_module requests >= 2.20}
|
|
||||||
# /SECTION
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -63,6 +55,6 @@ Python bindings for the Stripe API.
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc CHANGELOG.md README.md examples/
|
%doc CHANGELOG.md README.md examples/
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/stripe*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e32c68194a47522a10945eb893218e5cb5ee65e3a3c2c4df7efca117a6bf1902
|
|
||||||
size 215652
|
|
3
stripe-2.60.0.tar.gz
Normal file
3
stripe-2.60.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8966b7793014380f60c6f121ba333d6f333a55818edaf79c8d70464ce0a7a808
|
||||||
|
size 219649
|
Reference in New Issue
Block a user