File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 5
5
from fedora import _
6
6
7
7
NAME = 'python-fedora'
8
- VERSION = '0.3.32.1 '
8
+ VERSION = '0.3.32.2 '
9
9
DESCRIPTION = _ ('Python modules for interacting with Fedora Services' )
10
10
LONG_DESCRIPTION = _ ('''
11
11
The Fedora Project runs many different services. These services help us to
Original file line number Diff line number Diff line change 3
3
#%%global prerel c2
4
4
5
5
Name: python-fedora
6
- Version: 0.3.32.1
6
+ Version: 0.3.32.2
7
7
Release: 1%{?dist }
8
8
Summary: Python modules for talking to Fedora Infrastructure Services
9
9
@@ -162,6 +162,9 @@ rm -rf %{buildroot}
162
162
%{python_sitelib }/flask_fas.py*
163
163
164
164
%changelog
165
+ * Mon Feb 04 2013 Toshio Kuratomi <toshio@fedoraproject.org> 0.3.32.2-1
166
+ - Upstream update fixing a bug interacting with python-requests
167
+
165
168
* Thu Jan 24 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 0.3.32.1-1
166
169
- Fix a documentation bug that slipped through
167
170
You can’t perform that action at this time.
0 commit comments