python-betamax 0.8.1-1 (aarch64;znver1;x86_64) 2023-17337
9999
| Status | published | ||||||
| Submitter | mandian [@T] tutanota.com | ||||||
| Platform | rolling | ||||||
| Repository | main | ||||||
| URL | https://abf.openmandriva.org/build_lists/293875 | ||||||
| Packages |
|
||||||
| Build Date | 2023-03-09 15:30:11 +0000 UTC | ||||||
| Last Updated | 2023-03-14 15:40:15.147033202 +0000 UTC |
$ git show --format=fuller --patch-with-stat --summary 81d4c71ed2d9f61ca1b3a639ddf910a30234092e
commit 81d4c71ed2d9f61ca1b3a639ddf910a30234092e
Author: mandian <mandian@users.noreply.github.com>
AuthorDate: Thu Mar 9 15:07:25 2023 +0000
Commit: mandian <mandian@users.noreply.github.com>
CommitDate: Thu Mar 9 15:07:25 2023 +0000
Initial release
---
.abf.yml | 2 ++
python-betamax.spec | 41 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
create mode 100644 .abf.yml
create mode 100644 python-betamax.spec
diff --git a/.abf.yml b/.abf.yml
new file mode 100644
index 0000000..794b7ff
--- /dev/null
+++ b/.abf.yml
@@ -0,0 +1,2 @@
+sources:
+ betamax-0.8.1.tar.gz: 99aed19c7148628e9922401b90d2045ac253d494
diff --git a/python-betamax.spec b/python-betamax.spec
new file mode 100644
index 0000000..018f870
--- /dev/null
+++ b/python-betamax.spec
@@ -0,0 +1,41 @@
+Summary: A VCR imitation for python-requests
+Name: python-betamax
+Version: 0.8.1
+Release: 1
+License: Apache-2.0
+Group: Development/Python
+URL: https://pypi.org/project/betamax/
+Source0: https://files.pythonhosted.org/packages/source/b/betamax/betamax-%{version}.tar.gz
+BuildRequires: pkgconfig(python3)
+BuildRequires: python%{pyver}dist(pip)
+BuildRequires: python%{pyver}dist(pytest)
+BuildRequires: python%{pyver}dist(requests)
+BuildRequires: python%{pyver}dist(setuptools)
+BuildRequires: python%{pyver}dist(wheel)
+
+BuildArch: noarch
+
+%description
+Betamax is a VCR imitation for requests. This will make mocking out
+requests much easier. It is tested on Travis CI.
+
+Put in a more humorous way: "Betamax records your HTTP interactions
+so the NSA does not have to."
+
+%files
+%doc README.rst
+%license LICENSE
+%{py_sitedir}/betamax
+%{py_sitedir}/betamax-*.*-info
+
+#--------------------------------------------------------------------
+
+%prep
+%autosetup -p1 -n betamax-%{version}
+
+%build
+%py_build
+
+%install
+%py_install
+
Not Available
| benbullard79 [@T] cox.net | No Comment. | 1016d 05hrs |
| benbullard79 [@T] cox.net | No Comment. | 1016d 05hrs |