$ git show --format=fuller --patch-with-stat --summary 7162ea0cb2fd5ed08ec989016739e77ddedeecf8
commit 7162ea0cb2fd5ed08ec989016739e77ddedeecf8
Author: Bernhard Rosenkränzer <bero@lindev.ch>
AuthorDate: Wed Sep 28 00:48:25 2022 +0200
Commit: Bernhard Rosenkränzer <bero@lindev.ch>
CommitDate: Wed Sep 28 00:48:25 2022 +0200
4.2.0
---
.abf.yml | 2 +-
python-pymongo.spec | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.abf.yml b/.abf.yml
index 44e8bf5..2095c05 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -1,2 +1,2 @@
sources:
- pymongo-3.12.0.tar.gz: dc3a166d2c5ae1bdd2414f76be527d4eda129c72
+ pymongo-4.2.0.tar.gz: f15387f3aa68b64b410981f44d869b0369822fef
diff --git a/python-pymongo.spec b/python-pymongo.spec
index 9d19b90..e37b158 100644
--- a/python-pymongo.spec
+++ b/python-pymongo.spec
@@ -1,7 +1,7 @@
%define shortname pymongo
Name: python-%{shortname}
-Version: 3.12.0
+Version: 4.2.0
Release: 1
Summary: Python driver for MongoDB
@@ -9,7 +9,7 @@ Summary: Python driver for MongoDB
Group: Development/Python
License: Apache License
URL: http://api.mongodb.org/python/2.1/
-Source0: https://files.pythonhosted.org/packages/19/77/da358f5729ff046ceaf6c6a86755f9d8285719f93df6da15bb2440367d7e/pymongo-%{version}.tar.gz
+Source0: https://files.pythonhosted.org/packages/source/p/pymongo/pymongo-%{version}.tar.gz
BuildRequires: python-setuptools
BuildRequires: python-devel