14
0
forked from pool/python-regex

Accepting request 120568 from home:froh:branches:devel:languages:python

updated to current relase (fixes some bugs)

OBS-URL: https://build.opensuse.org/request/show/120568
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=2
This commit is contained in:
Todd R
2012-05-21 12:13:06 +00:00
committed by Git OBS Bridge
parent 70c1d98b2c
commit b6bff4f04c
4 changed files with 17 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
#
# spec file for package python-regex-regex
#
# Copyright (c) 2011 jw@suse.de
# Copyright (c) 2011 jw@suse.de,
# Copyright (c) 2012 froh@suse.de
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +19,13 @@
%define module_name regex
Name: python-regex
Version: 0.1.20111004
Version: 0.1.20120506
Release: 0
License: Python Software Foundation License
Summary: Python library - mrab regex manipulation
Url: https://code.google.com/p/mrab-regex-hg/
Group: Development/Libraries/Python
Source0: http://pypi.python.org/packages/source/r/regex/regex-0.1.20111004.tar.bz2
Source0: http://pypi.python.org/packages/source/r/regex/regex-%{version}.tar.gz
BuildRequires: python-devel
BuildRoot: %{_tmppath}/%{module_name}-%{version}-build
%{py_requires}