From 61a15112946f2a8d06e4862258775c5274aaf373785879d7e7f478644e65feba Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 3 Dec 2016 18:26:08 +0000 Subject: [PATCH] - update to 1.0.0: https://falcon.readthedocs.org/en/stable/changes/1.0.0.html OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-falcon?expand=0&rev=12 --- falcon-0.3.0.tar.gz | 3 --- falcon-1.0.0.tar.gz | 3 +++ python-falcon.changes | 6 ++++++ python-falcon.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 falcon-0.3.0.tar.gz create mode 100644 falcon-1.0.0.tar.gz diff --git a/falcon-0.3.0.tar.gz b/falcon-0.3.0.tar.gz deleted file mode 100644 index f6e3be3..0000000 --- a/falcon-0.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f27602b5a2ff8ee40b3179b3f5bdb9af09efbcd9af9bb7f01ad6a28ad0fc3b82 -size 291213 diff --git a/falcon-1.0.0.tar.gz b/falcon-1.0.0.tar.gz new file mode 100644 index 0000000..24ada92 --- /dev/null +++ b/falcon-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddce23a2dd0abba6d19775e9bf7ba64e184b15a0e7163e65f62af63354193f63 +size 308470 diff --git a/python-falcon.changes b/python-falcon.changes index a742cbe..e7f5a40 100644 --- a/python-falcon.changes +++ b/python-falcon.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Dec 3 18:25:46 UTC 2016 - dmueller@suse.com + +- update to 1.0.0: + https://falcon.readthedocs.org/en/stable/changes/1.0.0.html + ------------------------------------------------------------------- Mon Feb 29 21:41:46 UTC 2016 - dmueller@suse.com diff --git a/python-falcon.spec b/python-falcon.spec index 226a9f1..202e267 100644 --- a/python-falcon.spec +++ b/python-falcon.spec @@ -17,13 +17,13 @@ Name: python-falcon -Version: 0.3.0 +Version: 1.0.0 Release: 0 Summary: A supersonic micro-framework for building cloud APIs License: Apache-2.0 Group: Development/Languages/Python Url: http://falconframework.org -Source: https://pypi.python.org/packages/source/f/falcon/falcon-%{version}.tar.gz +Source: https://pypi.io/packages/source/f/falcon/falcon-%{version}.tar.gz BuildRequires: python-Cython BuildRequires: python-devel # Test requirements: