forked from pool/python-pymetar
Accepting request 112133 from devel:languages:python
Updated to 0.19. (forwarded request 112021 from malcolmlewis) OBS-URL: https://build.opensuse.org/request/show/112133 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymetar?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:13c4c640bf04b26dfa49f0859ea4d4c86d7adbe8690e7524f249604b72557bc0
|
|
||||||
size 22135
|
|
3
pymetar-0.19.tar.gz
Normal file
3
pymetar-0.19.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2666c9bcb171bcc5cd6c174073a280836f049fbbd9c264ea24a2a023edb647c9
|
||||||
|
size 22123
|
@@ -1,11 +0,0 @@
|
|||||||
diff -Naur a/setup.py b/setup.py
|
|
||||||
--- a/setup.py 2011-06-03 09:24:32.000000000 -0500
|
|
||||||
+++ b/setup.py 2012-01-24 22:07:43.925588925 -0600
|
|
||||||
@@ -27,5 +27,6 @@
|
|
||||||
py_modules=["pymetar"],
|
|
||||||
scripts = [ "bin/pymetar" ],
|
|
||||||
data_files = [("share/doc/pymetar-%s"%pymetar.__version__,
|
|
||||||
- ['README', 'COPYING', 'THANKS', 'librarydoc.txt'])]
|
|
||||||
+ ['README', 'COPYING', 'THANKS', 'librarydoc.txt']),
|
|
||||||
+ ("share/man/man1", ['pymetar.1'])]
|
|
||||||
)
|
|
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 30 13:14:36 UTC 2012 - malcolmlewis@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.19:
|
||||||
|
+ Fix COPYING, make man page installable.
|
||||||
|
+ More GPL fixes and single-char-obj cleanup.
|
||||||
|
+ Typo-fix & regenerate man page and HTML.
|
||||||
|
+ Fix RE bug in condition extraction code.
|
||||||
|
+ Add test for sky conditions.
|
||||||
|
- Drop python-pymetar-add-manpage.patch as fix upstreamed.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 6 10:24:41 UTC 2012 - cfarrell@suse.com
|
Mon Feb 6 10:24:41 UTC 2012 - cfarrell@suse.com
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pymetar
|
# spec file for package python-pymetar
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2012 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
# Copyright (c) 2012 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
||||||
@@ -16,21 +16,20 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
#FIXME: Email sent 24th Jan 2012 to developer to request updating FSF
|
#FIXME: Email sent 24th Jan 2012 to developer to request updating FSF
|
||||||
# address in next release.
|
# address in next release.
|
||||||
|
|
||||||
%define modname pymetar
|
%define modname pymetar
|
||||||
|
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 0.18
|
Version: 0.19
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-2.0+
|
|
||||||
Summary: METAR weather report parser
|
Summary: METAR weather report parser
|
||||||
Url: http://www.schwarzvogel.de/software-pymetar.shtml
|
License: GPL-2.0+
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source0: http://www.schwarzvogel.de/pkgs/pymetar-0.18.tar.gz
|
Url: http://www.schwarzvogel.de/software-pymetar.shtml
|
||||||
# PATCH-FIX-UPSTREAM python-pymetar-add-manpage.patch malcolmlewis@opensuse.org -- Add man page install in setup.py.
|
Source0: http://www.schwarzvogel.de/pkgs/pymetar-0.19.tar.gz
|
||||||
Patch0: python-pymetar-add-manpage.patch
|
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
@@ -47,7 +46,6 @@ it and provides easy access to all the data found in the report.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{modname}-%{version}
|
%setup -q -n %{modname}-%{version}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
python setup.py build
|
python setup.py build
|
||||||
|
Reference in New Issue
Block a user