Bug 1531982 - Please consider updating python-pymongo
Summary: Please consider updating python-pymongo
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: python-pymongo
Version: epel7
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Orion Poplawski
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 1925075 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-01-07 01:27 UTC by Vadim Raskhozhev
Modified: 2024-07-09 02:15 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2024-07-09 02:15:37 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Vadim Raskhozhev 2018-01-07 01:27:14 UTC
Description of problem: python-pymongo is quite old to work well with mongodb provided by EPEL 7. For example, an attempt to use an ansible task like

- mongodb_user:
    database: burgers
    name: bob
    password: 12345
    state: present

results with the following error:
 Note: you must use pymongo 2.7+ with MongoDB 2.6


Version-Release number of selected component (if applicable):
mongodb-2.6.12-4.el7.x86_64
python-pymongo-2.5.2-4.el7.x86_64

(all taken from EPEL).

How reproducible: always


Steps to Reproduce:
1. Install both mongodb and python-pymongo on fresh CentOS 7
2. Try using them together somehow, for example, via
ansible localhost -u root -m mongodb_user -a 'database=burgers name=bob password=12345 state=present'

Actual results:
localhost | FAILED! => {
    "changed": false, 
    "msg": " (Note: you must use pymongo 2.7+ with MongoDB 2.6)"
}


Expected results:
localhost | SUCCESS => {
    "changed": true, 
    "user": "bob"
}


Additional info: I rebuilt python-pymongo-2.8.1-1.fc23.src.rpm verbatim for el7 in COPR (https://copr.fedorainfracloud.org/coprs/dexpl/wannabe-epel/package/python-pymongo/) and it work well as far as I can tell. Such a rebuild required no single change in /spec or anywhere else. Please consider taking python-pymongo-2.8.1-1.fc23.src.rpm (or whatever appropriate source of your choice) and pushing it into EPEL.

Comment 1 Marco Rodrigues 2021-02-04 11:18:53 UTC
*** Bug 1925075 has been marked as a duplicate of this bug. ***

Comment 2 Fedora Admin user for bugzilla script actions 2022-07-26 13:17:01 UTC
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.

Comment 3 Fedora Admin user for bugzilla script actions 2022-08-26 01:29:24 UTC
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.

Comment 4 Troy Dawson 2024-07-09 02:15:37 UTC
EPEL 7 entered end-of-life (EOL) status on 2024-06-30.\n\nEPEL 7 is no longer maintained, which means that it\nwill not receive any further security or bug fix updates.\n As a result we are closing this bug.


Note You need to log in before you can comment on or make changes to this bug.