forked from twisted/txmongo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
python-txmongo.spec
56 lines (42 loc) · 1.25 KB
/
python-txmongo.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Name: python-txmongo
Version: 23.0.0
Release: 1%{?dist}
Summary: Twisted driver for MongoDB
Group: Development/Languages
License: Apache License, Version 2.0
URL: https://github.com/twisted/txmongo
Source0: https://github.com/twisted/txmongo/archive/master.zip
BuildArch: noarch
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: python-twisted
BuildRequires: python-pymongo
Requires: python-twisted
Requires: python-pymongo
Requires: python-bson
%description
txmongo is a Python/Twisted driver for MongoDB that implements the wire
protocol on non-blocking sockets. The API derives from the original pymongo.
%prep
%setup -q -n txmongo-txmongo-%{version}
%build
%{__python} setup.py build
%install
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
%files
%doc README.md
%doc docs/source/NEWS.rst
%doc LICENSE
%{python_sitelib}/*
%changelog
* Sun Oct 02 2016 Bret Curtis <[email protected]>
- Bumped version
* Thu Sep 22 2015 Bret Curtis <[email protected]>
- Bumped version
* Thu Sep 07 2015 Bret Curtis <[email protected]>
- Bumped version
* Thu Oct 02 2014 Alexandre Fiori <[email protected]>
- Code review and cleanup
- Bug fixes
* Mon Jan 07 2013 Christian Hergert <[email protected]>
- initial package for Fedora