[python-flask-restless/f19] New release

Yohan Graterol yograterol at fedoraproject.org
Fri Oct 11 13:28:10 UTC 2013


commit c69c93826de08eee62c944a6c4ba834a6fee9d44
Author: Yohan Graterol <yohangraterol92 at gmail.com>
Date:   Fri Oct 11 08:58:00 2013 -0430

    New release

 Flask-Restless-0.12.0.tar.gz |  Bin 0 -> 33079 bytes
 bodhi.template~              |   24 ++++++++++++++++++++++++
 python-flask-restless.spec   |   15 ++++++++-------
 3 files changed, 32 insertions(+), 7 deletions(-)
---
diff --git a/Flask-Restless-0.12.0.tar.gz b/Flask-Restless-0.12.0.tar.gz
new file mode 100644
index 0000000..928f1c9
Binary files /dev/null and b/Flask-Restless-0.12.0.tar.gz differ
diff --git a/bodhi.template~ b/bodhi.template~
new file mode 100644
index 0000000..a46b856
--- /dev/null
+++ b/bodhi.template~
@@ -0,0 +1,24 @@
+[ python-flask-restless-0.11-2.fc19 ]                                                                 
+
+# bugfix, security, enhancement, newpackage (required)
+type=
+
+# testing, stable                                                           
+request=testing
+
+# Bug numbers: 1234,9876
+bugs=
+
+# Description of your update                                                
+notes=Here is where you give an explanation of your update.
+
+# Enable request automation based on the stable/unstable karma thresholds
+autokarma=True
+stable_karma=3
+unstable_karma=-3
+
+# Automatically close bugs when this marked as stable
+close_bugs=True
+
+# Suggest that users restart after update
+suggest_reboot=False
diff --git a/python-flask-restless.spec b/python-flask-restless.spec
index 391227b..d3ab4dd 100644
--- a/python-flask-restless.spec
+++ b/python-flask-restless.spec
@@ -1,15 +1,14 @@
-%global commit 838b57d255cf009acc5a81f5d627a77dff2301df
-%global shortcommit %(c=%{commit}; echo ${c:0:7})
 %global pkgname flask-restless
+%global tar_name Flask-Restless
 
 Name:           python-flask-restless
-Version:        0.11
-Release:        2%{?dist}
+Version:        0.12.0
+Release:        1%{?dist}
 Summary:        Flask-Restless provides simple generation of ReSTful APIs
 
 License:        AGPLv3 and BSD
 URL:            http://flask-restless.readthedocs.org/
-Source0:        https://github.com/jfinkels/flask-restless/archive/%{commit}/%{pkgname}-%{version}-%{shortcommit}.tar.gz
+Source0:        https://pypi.python.org/packages/source/F/%{tar_name}/%{tar_name}-%{version}.tar.gz
 
 BuildArch:      noarch
 BuildRequires:  python2-devel
@@ -24,7 +23,7 @@ models defined using SQLAlchemy (or Flask-SQLAlchemy). The generated
 APIs send and receive messages in JSON format.
 
 %prep
-%setup -qn %{pkgname}-%{commit}
+%setup -qn %{tar_name}-%{version}
 
 
 %build
@@ -40,12 +39,14 @@ APIs send and receive messages in JSON format.
 
 
 %files
-%doc README LICENSE.AGPL LICENSE.BSD CHANGES AUTHORS
+%doc README
 %{python_sitelib}/flask_restless
 %{python_sitelib}/Flask_Restless-*.egg-info
 
 
 %changelog
+* Fri Oct 11 2013 Yohan Graterol <yohangraterol92 at gmail.com> - 0.12.0-1
+- New release
 * Sat Aug 10 2013 Yohan Graterol <yohangraterol92 at gmail.com> - 0.11-2
 - Change in the install
 * Wed Aug 07 2013 Yohan Graterol <yohangraterol92 at gmail.com> - 0.11-1


More information about the scm-commits mailing list