From a957105d9f260a3a30be77f3310ac2474732b0ea Mon Sep 17 00:00:00 2001 From: Pradeep Kilambi Date: May 05 2016 15:09:23 +0000 Subject: Rebase to 1.0.0 version --- diff --git a/.gitignore b/.gitignore index d7ff59b..70e8461 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /jsonpath-rw-ext-0.1.7.tar.gz +/jsonpath-rw-ext-1.0.0.tar.gz diff --git a/python-jsonpath-rw-ext.spec b/python-jsonpath-rw-ext.spec index 0023fb3..1451aa6 100644 --- a/python-jsonpath-rw-ext.spec +++ b/python-jsonpath-rw-ext.spec @@ -7,8 +7,8 @@ %endif Name: python-%{pypi_name} -Version: 0.1.7 -Release: 3%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Summary: Extensions for JSONPath RW License: ASL 2.0 @@ -28,6 +28,10 @@ Extensions for JSONPath RW Summary: Extensions for JSONPath RW %{?python_provide:%python_provide python2-%{pypi_name}} +Requires: python-babel >= 1.3 +Requires: python-jsonpath-rw >= 1.2 + + %description -n python2-%{pypi_name} Extensions for JSONPath RW @@ -41,6 +45,9 @@ BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-sphinx +Requires: python3-babel >= 1.3 +Requires: python3-jsonpath-rw >= 1.2 + %description -n python3-%{pypi_name} Extensions for JSONPath RW %endif @@ -91,6 +98,9 @@ rm -rf html/.{doctrees,buildinfo} %doc html %changelog +* Thu May 05 2016 Pradeep Kilambi - 1.0.0-1 +- Rebase to 1.0.0 + * Thu Feb 04 2016 Fedora Release Engineering - 0.1.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index a5ad461..a2bd29d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -01214a82626426dc7183585cbfe81dda jsonpath-rw-ext-0.1.7.tar.gz +5f3a7fb34c535e832ac6b68d4f8f55bb jsonpath-rw-ext-1.0.0.tar.gz