python-mock 4.0.3-1 (znver1;aarch64;x86_64) 2021-13439
9999

Status published
Submitter itchka [@T] compuserve.com
Platform rolling
Repository main
URL https://abf.openmandriva.org/build_lists/929636
Packages
python-mock-4.0.3-1.znver1.source
python-mock-4.0.3-1.znver1.binary
python-mock-4.0.3-1.aarch64.binary
python-mock-4.0.3-1.aarch64.source
python-mock-4.0.3-1.x86_64.source
python-mock-4.0.3-1.x86_64.binary
Build Date 2021-01-04 16:25:08 +0000 UTC
Last Updated 2021-01-06 03:18:30.568676567 +0000 UTC
$ git show --format=fuller --patch-with-stat --summary 265b9bf78b6bc8895039617716d3fbffb6132cee

commit 265b9bf78b6bc8895039617716d3fbffb6132cee
Author:     Colin <itchka@compuserve.com>
AuthorDate: Mon Jan 4 16:11:27 2021 +0000
Commit:     Colin <itchka@compuserve.com>
CommitDate: Mon Jan 4 16:11:27 2021 +0000

    Initial commit
    Support for pgadmin3
---
 .abf.yml         |  2 ++
 python-mock.spec | 40 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)
 create mode 100644 .abf.yml
 create mode 100644 python-mock.spec

diff --git a/.abf.yml b/.abf.yml
new file mode 100644
index 0000000..2020c3e
--- /dev/null
+++ b/.abf.yml
@@ -0,0 +1,2 @@
+sources:
+  mock-4.0.3.tar.gz: 348e1bd2d19bd25819709ec1adc0b04c926c9a0c
diff --git a/python-mock.spec b/python-mock.spec
new file mode 100644
index 0000000..e569a5b
--- /dev/null
+++ b/python-mock.spec
@@ -0,0 +1,40 @@
+# Created by pyp2rpm-3.3.5
+%global pypi_name mock
+
+Name:           python-%{pypi_name}
+Version:        4.0.3
+Release:        1
+Summary:        Rolling backport of unittest.mock for all Pythons
+Group:          Development/Python
+License:        None
+URL:            http://mock.readthedocs.org/en/latest/
+Source0:        %{pypi_name}-%{version}.tar.gz
+BuildArch:      noarch
+
+BuildRequires:  python3-devel
+BuildRequires:  python3dist(setuptools)
+
+%description
+mock is a library for testing in Python. It allows you to replace parts of your
+system under test with mock objects and make assertions about how they have
+been used.mock is now part of the Python standard library, available as
+unittest.mock < in Python 3.3 This package contains a rolling backport of the
+standard library mock code compatible with Python 3.6 and up.Please see the
+standard...
+
+%prep
+%autosetup -n %{pypi_name}-%{version}
+# Remove bundled egg-info
+rm -rf %{pypi_name}.egg-info
+
+%build
+%py3_build
+
+%install
+%py3_install
+
+%files -n python-%{pypi_name}
+%license LICENSE.txt
+%doc README.rst
+%{python3_sitelib}/%{pypi_name}
+%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
Not Available

benbullard79 [@T] cox.netNo Comment.1178d 09hrs
benbullard79 [@T] cox.netNo Comment.1178d 09hrs