Commit Graph

67 Commits

Author SHA1 Message Date
Miro Hrončok
a4c872fd4c Rebuilt for Python 3.8 2019-08-18 17:54:06 +02:00
Fedora Release Engineering
1d1fcdd584 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-26 15:33:47 +00:00
Randy Barlow
525c82935f Update to 3.8.0 (#1686670)
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2019-06-04 18:11:39 -04:00
Miro Hrončok
94e738a0bb No such thing as python3-tools 2019-04-09 18:33:07 +02:00
Randy Barlow
02fc8b528a Trim the changelog.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2019-03-26 19:06:24 -04:00
Randy Barlow
2bc9131ea4 Drop build dependency on mongodb-server.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2019-03-26 19:00:48 -04:00
yatin
acdb768680 Update to 3.7.2 2019-02-28 12:01:31 +05:30
Fedora Release Engineering
9728a8b9e7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-02 08:40:04 +00:00
Miro Hrončok
a37d0f5fb7 Subpackages python2-bson, python2-pymongo, python2-pymongo-gridfs have been removed 2019-01-28 14:21:44 +01:00
Honza Horak
c0b8e836ca Add bootstrap macro and python2 conditions 2018-12-10 14:59:29 +01:00
Florian Weimer
eb3d96b97e Rebuild with fixed binutils 2018-07-31 12:57:02 +02:00
Randy Barlow
7b0edaa4d4 Update to 3.7.1 (#1601651).
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2018-07-30 00:19:19 -04:00
Fedora Release Engineering
da3d138589 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 01:38:11 +00:00
Marek Skalický
8af65e5194
Fix checking of running mongod - test only open ports (not I-Node number) 2018-06-26 15:08:04 +02:00
Miro Hrončok
eaf05d7cbc Rebuilt for Python 3.7 2018-06-19 11:15:10 +02:00
Randy Barlow
33b820eab3 Add a BuildRequires on gcc.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2018-03-19 15:21:03 -04:00
Randy Barlow
40abf8fd58 Trim changelog entries older than 2017.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2018-03-10 18:12:16 -05:00
Randy Barlow
509e30fa31 Add a rpmlintrc file.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2018-03-10 17:49:22 -05:00
Randy Barlow
64d89fb2e3 Update to 3.6.1 (#1550757).
Also move the check section to be above the files sections.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2018-03-10 17:48:45 -05:00
Iryna Shcherbina
3c514665ae Update Python 2 dependency declarations to new packaging standards 2018-02-28 00:35:59 +01:00
Marek Skalický
d81065b50c Rebase to latest release 2018-02-20 09:26:03 +01:00
Fedora Release Engineering
35ff469a2d - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 10:08:35 +00:00
Marek Skalický
a8e93e6ea2 Update to latest version 2017-09-22 10:24:26 +02:00
Fedora Release Engineering
15002d4429 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 06:55:41 +00:00
Fedora Release Engineering
1ebfaa5274 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 11:28:48 +00:00
Igor Gnatenko
4470f335ba Rebuild due to bug in RPM (RHBZ #1468476)
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2017-07-07 13:11:13 +02:00
Fedora Release Engineering
f2f078f5a5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 10:07:44 +00:00
Randy Barlow
56e8c05e87 Correct the date of my most recent change in the changelog. 2017-01-06 23:01:47 -05:00
Randy Barlow
4a80682682 Run the test suite in the check section (#1409251). 2017-01-06 23:00:45 -05:00
Miro Hrončok
7963fce648 Rebuild for Python 3.6 2016-12-20 14:50:37 +01:00
Randy Barlow
a3432e7460 Update to 3.4.0 (#1400227).
Also,
* Use new install macros.
* Drop unneeded BuildRequires on python-nose.
* pymongo now requires bson by arch as it should.
2016-12-18 23:21:47 -05:00
Charalampos Stratakis
a47d21f435 Rebuild for Python 3.6 2016-12-11 13:52:40 +01:00
Dan Horák
48bc94f447 - Update test BRs 2016-11-29 11:18:53 +01:00
Randy Barlow
87cc4afbc3 Run tests with setup.py test instead of nosetests.
I learned in a ticket that I filed[0] that pymongo 3 tests aren't
supposed to be run with nosetests but with setup.py test instead.
It turns out that this allows the 8 tests that we had been skipping
to pass now.

[0] https://jira.mongodb.org/browse/PYTHON-1194
2016-11-25 21:45:02 -05:00
Randy Barlow
11994958a2 Run the tests against a live mongod. 2016-11-25 14:59:36 -05:00
Fedora Release Engineering
dbc9af2d41 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages 2016-07-19 11:12:18 +00:00
Randy Barlow
5c3cd202f4 Update to 3.3.0 (#1356334).
Several additional improvements were made, and are documented in
the changelog.
2016-07-15 15:30:52 -04:00
Randy Barlow
d575e07345 Update to 3.2.2 (#1318073). 2016-03-15 23:07:31 -04:00
Randy Barlow
488e8a24e7 The git commit of forgot-to-new-sources shame :( 2016-02-03 22:50:28 -05:00
Randy Barlow
3b0753062e Update to 3.2.1 (#1304137).
Additionally:
- Remove use of needless defattr macros (#1303426).
- Remove lots of if statements as this spec file will only be used on Rawhide.
- Remove dependency on python-backports-ssl_match_hostname as it is not needed in Fedora.
- Rework the patch for CVE-2013-7440 and CVE-2013-2099 so that it exclusively uses code from Python.
2016-02-03 22:44:24 -05:00
Randy Barlow
8d816f0a83 Update to 3.2.
This commit makes several other spec file improvements, noted in
the changelog.
2016-01-20 00:12:25 -05:00
Randy Barlow
43efca98aa Do not use 2to3 for the Python 3 subpackage (#1294130). 2016-01-18 15:48:48 -05:00
Matej Stuchlik
6e5a9f9ad3 Rebuilt for Python 3.5 2015-11-04 15:12:08 +01:00
Haikel Guemar
e93220cc76 Upstream 3.0.3
- Fix CVE-2013-7440 (RHBZ#1231231 #1231232)
2015-10-01 12:25:56 +02:00
Dennis Gilmore
7b54f45210 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-18 20:27:04 +00:00
Peter Robinson
0aac1c51c5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-17 21:39:19 +00:00
Dennis Gilmore
422aa99316 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 17:25:55 -05:00
Slavek Kabrda
dc6d4e7c81 Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 2014-05-16 08:42:06 +02:00
Dennis Gilmore
f6067aa18d - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 04:19:01 -05:00
Andrew McNabb
1d4b32a7a2 Bump the obsoletes version for pymongo-gridfs 2013-06-13 10:45:35 -06:00