kevin pushed to pkgwat (master). "Enable python3 now. Fixes bug
#1472362"
by notificationsï¼ fedoraproject.org
From 954f693b293249e8c036a9f1c604c86206a2bd55 Mon Sep 17 00:00:00 2001
From: Kevin Fenzi <kevin(a)scrye.com>
Date: Mon, 31 Jul 2017 16:53:38 -0700
Subject: Enable python3 now. Fixes bug #1472362
---
pkgwat.spec | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/pkgwat.spec b/pkgwat.spec
index 93231f8..e85245f 100644
--- a/pkgwat.spec
+++ b/pkgwat.spec
@@ -8,18 +8,11 @@
%{!?python2_sitearch: %global python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
%endif
-
-# Manually disable python3 until python3-cliff becomes available. That is
-# blocking on python3-prettytable, here.
-# https://bugzilla.redhat.com/show_bug.cgi?id=837087
-%global with_python3 0
-
-
%global modname pkgwat.cli
Name: pkgwat
Version: 0.11
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: CLI tool for querying the fedora packages webapp
Group: Development/Libraries
@@ -114,6 +107,9 @@ popd
%changelog
+* Mon Jul 31 2017 Kevin Fenzi <kevin(a)scrye.com> - 0.11-7
+- Enable python3 now. Fixes bug #1472362
+
* Thu Jul 27 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.11-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
--
cgit v1.1
https://src.fedoraproject.org/cgit/pkgwat.git/commit/?h=master&id=954f693...
6Â years, 4Â months
kevin pushed to python-munch (master). "Update to 2.2.0. Fixes bug
#1475808"
by notificationsï¼ fedoraproject.org
From a5c038905a0983c007e712aa2f4afe4ecb416a8b Mon Sep 17 00:00:00 2001
From: Kevin Fenzi <kevin(a)scrye.com>
Date: Mon, 31 Jul 2017 16:34:10 -0700
Subject: Update to 2.2.0. Fixes bug #1475808
---
.gitignore | 1 +
python-munch.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index 6d77a62..1e84277 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/munch-2.0.4.tar.gz
/munch-2.1.0.tar.gz
/munch-2.1.1.tar.gz
+/munch-2.2.0.tar.gz
diff --git a/python-munch.spec b/python-munch.spec
index 9b2bb93..47bf879 100644
--- a/python-munch.spec
+++ b/python-munch.spec
@@ -13,8 +13,8 @@
%global modname munch
Name: python-munch
-Version: 2.1.1
-Release: 2%{?dist}
+Version: 2.2.0
+Release: 1%{?dist}
Summary: A dot-accessible dictionary (a la JavaScript objects)
Group: Development/Libraries
@@ -102,6 +102,9 @@ popd
%endif
%changelog
+* Mon Jul 31 2017 Kevin Fenzi <kevin(a)scrye.com> - 2.2.0-1
+- Update to 2.2.0. Fixes bug #1475808
+
* Thu Jul 27 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
diff --git a/sources b/sources
index 7cb51a5..7167cdc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (munch-2.1.1.tar.gz) = 5ffd78b1e062f71c73047a03949e6cddcd0eeae3a0ccccf36687140d12de9eb29161d2891a0fa2f1e70dfbc2b33c4ddab5d8a3611990718330c280ea769e85c0
+SHA512 (munch-2.2.0.tar.gz) = 420b9fe4486aac00b3a0d747995df46bb3fc72a5bcfa4fadbad3e3a50431493f69ca76294ae541042aaabec6e01794f8f3c9c03a5c0d6058e730dccb62e42e45
--
cgit v1.1
https://src.fedoraproject.org/cgit/python-munch.git/commit/?h=master&id=a...
6Â years, 4Â months
kevin pushed to python-jwt (f26). "Update to 1.5.2. Fixes bug
#1464286"
by notificationsï¼ fedoraproject.org
From 84c8d4f66abe409732a88bdc5f70170aacf966af Mon Sep 17 00:00:00 2001
From: Kevin Fenzi <kevin(a)scrye.com>
Date: Sat, 24 Jun 2017 15:11:36 -0600
Subject: Update to 1.5.2. Fixes bug #1464286
---
.gitignore | 1 +
python-jwt.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index e475319..bcd2478 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
/PyJWT-1.4.0.tar.gz
/PyJWT-1.4.2.tar.gz
/1.5.0.tar.gz
+/1.5.2.tar.gz
diff --git a/python-jwt.spec b/python-jwt.spec
index e0af015..996b8f3 100644
--- a/python-jwt.spec
+++ b/python-jwt.spec
@@ -6,7 +6,7 @@
%global sum JSON Web Token implementation in Python
Name: python-jwt
-Version: 1.5.0
+Version: 1.5.2
Release: 1%{?dist}
Summary: %{sum}
@@ -101,6 +101,9 @@ encrypted JSON objects.
%endif
%changelog
+* Sat Jun 24 2017 Kevin Fenzi <kevin(a)scrye.com> - 1.5.2-1
+- Update to 1.5.2. Fixes bug #1464286
+
* Sat May 27 2017 Kevin Fenzi <kevin(a)scrye.com> - 1.5.0-1
- Update to 1.5.0. Fixes bug #1443792
diff --git a/sources b/sources
index e06be9c..d487664 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (1.5.0.tar.gz) = 1b5c0d558605b755b95eb2c2d34f467756cae81c67a1f2b47096bf513f669d93d85f4a16fa11e5a3630525497e5c86e424a161d4d834aed1270549a1715c0672
+SHA512 (1.5.2.tar.gz) = 0f2187b9a6f503c113a6e61d8c6c7b48e7f334a53c65dee8c38380d5e67546b0f9dede46ec628d765e49278d6dc81a38b4417b50ba132493e065901b23b5f8a0
--
cgit v1.1
https://src.fedoraproject.org/cgit/python-jwt.git/commit/?h=f26&id=84c8d4...
6Â years, 4Â months
kevin pushed to python-jwt (f26). "Update to 1.5.0. Fixes bug
#1443792"
by notificationsï¼ fedoraproject.org
From dc50678922d87d6d44ab898bf686e24f43bd4578 Mon Sep 17 00:00:00 2001
From: Kevin Fenzi <kevin(a)scrye.com>
Date: Sat, 27 May 2017 14:23:25 -0600
Subject: Update to 1.5.0. Fixes bug #1443792
---
.gitignore | 1 +
allow-newer-pytest.patch | 12 ------------
python-jwt.spec | 22 ++++++++++------------
sources | 2 +-
4 files changed, 12 insertions(+), 25 deletions(-)
delete mode 100644 allow-newer-pytest.patch
diff --git a/.gitignore b/.gitignore
index d8a4b90..e475319 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/PyJWT-1.3.0.tar.gz
/PyJWT-1.4.0.tar.gz
/PyJWT-1.4.2.tar.gz
+/1.5.0.tar.gz
diff --git a/allow-newer-pytest.patch b/allow-newer-pytest.patch
deleted file mode 100644
index b3dd221..0000000
--- a/allow-newer-pytest.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur PyJWT-1.4.2.orig/setup.py PyJWT-1.4.2/setup.py
---- PyJWT-1.4.2.orig/setup.py 2016-06-29 22:07:44.000000000 -0600
-+++ PyJWT-1.4.2/setup.py 2017-04-17 09:05:19.783324336 -0600
-@@ -30,7 +30,7 @@
- sys.exit()
-
- tests_require = [
-- 'pytest==2.7.3',
-+ 'pytest',
- 'pytest-cov',
- 'pytest-runner',
- ]
diff --git a/python-jwt.spec b/python-jwt.spec
index 35e3a00..e0af015 100644
--- a/python-jwt.spec
+++ b/python-jwt.spec
@@ -6,19 +6,14 @@
%global sum JSON Web Token implementation in Python
Name: python-jwt
-Version: 1.4.2
-Release: 4%{?dist}
+Version: 1.5.0
+Release: 1%{?dist}
Summary: %{sum}
Group: Development/Libraries
License: MIT
URL: http://pypi.python.org/pypi/pyjwt
-Source0: https://pypi.python.org/packages/source/P/PyJWT/PyJWT-%{version}.tar.gz
-#
-# Upstream hard coded a specific version of pytest to avoid a bug
-# However, that bug is long since fixed upstream
-#
-Patch0: allow-newer-pytest.patch
+Source0: https://github.com/jpadilla/pyjwt/archive/%{version}.tar.gz
BuildArch: noarch
BuildRequires: python2-devel
@@ -70,7 +65,7 @@ encrypted JSON objects.
%endif
%prep
-%autosetup -n PyJWT-%{version}
+%autosetup -n pyjwt-%{version}
%build
%py2_build
@@ -91,21 +86,24 @@ encrypted JSON objects.
%endif
%files -n python2-jwt
-%doc README.md AUTHORS
+%doc README.rst AUTHORS
%license LICENSE
%{python2_sitelib}/%{srcname}/
%{python2_sitelib}/PyJWT-%{version}*
%if 0%{?with_python3}
%files -n python3-jwt
-%doc README.md AUTHORS
+%doc README.rst AUTHORS
%license LICENSE
%{python3_sitelib}/%{srcname}/
%{python3_sitelib}/PyJWT-%{version}*
-%{_bindir}/jwt
+%{_bindir}/pyjwt
%endif
%changelog
+* Sat May 27 2017 Kevin Fenzi <kevin(a)scrye.com> - 1.5.0-1
+- Update to 1.5.0. Fixes bug #1443792
+
* Mon Apr 17 2017 Kevin Fenzi <kevin(a)scrye.com> - 1.4.2-4
- Modernize spec and make sure to provide python2-jwt
diff --git a/sources b/sources
index 6de933a..e06be9c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e08aa1ecc99269248bb02f888c166af1 PyJWT-1.4.2.tar.gz
+SHA512 (1.5.0.tar.gz) = 1b5c0d558605b755b95eb2c2d34f467756cae81c67a1f2b47096bf513f669d93d85f4a16fa11e5a3630525497e5c86e424a161d4d834aed1270549a1715c0672
--
cgit v1.1
https://src.fedoraproject.org/cgit/python-jwt.git/commit/?h=f26&id=dc5067...
6Â years, 4Â months
kevin pushed to python-jwt (f26). "Modernize spec and make sure to
provide python2-jwt"
by notificationsï¼ fedoraproject.org
From 07454907d7bbab37fc7765cd3b5424575be360e9 Mon Sep 17 00:00:00 2001
From: Kevin Fenzi <kevin(a)scrye.com>
Date: Mon, 17 Apr 2017 09:28:00 -0600
Subject: Modernize spec and make sure to provide python2-jwt
---
allow-newer-pytest.patch | 12 +++++++
python-jwt.spec | 89 ++++++++++++++++++++++--------------------------
2 files changed, 52 insertions(+), 49 deletions(-)
create mode 100644 allow-newer-pytest.patch
diff --git a/allow-newer-pytest.patch b/allow-newer-pytest.patch
new file mode 100644
index 0000000..b3dd221
--- /dev/null
+++ b/allow-newer-pytest.patch
@@ -0,0 +1,12 @@
+diff -Nur PyJWT-1.4.2.orig/setup.py PyJWT-1.4.2/setup.py
+--- PyJWT-1.4.2.orig/setup.py 2016-06-29 22:07:44.000000000 -0600
++++ PyJWT-1.4.2/setup.py 2017-04-17 09:05:19.783324336 -0600
+@@ -30,7 +30,7 @@
+ sys.exit()
+
+ tests_require = [
+- 'pytest==2.7.3',
++ 'pytest',
+ 'pytest-cov',
+ 'pytest-runner',
+ ]
diff --git a/python-jwt.spec b/python-jwt.spec
index 764b937..35e3a00 100644
--- a/python-jwt.spec
+++ b/python-jwt.spec
@@ -2,35 +2,30 @@
%global with_python3 1
%endif
-# Use the same directory of the main package for subpackage licence and docs
-%global _docdir_fmt %{name}
-
-%{!?_licensedir: %global license %%doc}
-
-%if 0%{?rhel} && 0%{?rhel} <= 6
-%{!?__python2: %global __python2 /usr/bin/python2}
-%{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-%endif
-
-%global modname jwt
+%global srcname jwt
+%global sum JSON Web Token implementation in Python
Name: python-jwt
Version: 1.4.2
-Release: 3%{?dist}
-Summary: JSON Web Token implementation in Python
+Release: 4%{?dist}
+Summary: %{sum}
Group: Development/Libraries
License: MIT
URL: http://pypi.python.org/pypi/pyjwt
Source0: https://pypi.python.org/packages/source/P/PyJWT/PyJWT-%{version}.tar.gz
+#
+# Upstream hard coded a specific version of pytest to avoid a bug
+# However, that bug is long since fixed upstream
+#
+Patch0: allow-newer-pytest.patch
BuildArch: noarch
BuildRequires: python2-devel
BuildRequires: python-setuptools
BuildRequires: python-cryptography
-Requires: python-cryptography
-BuildRequires: pytest
+BuildRequires: python2-pytest
BuildRequires: python-pytest-cov
BuildRequires: python-pytest-runner
@@ -50,13 +45,24 @@ means of representing signed content using JSON data structures, including
claims to be transferred between two parties encoded as digitally signed and
encrypted JSON objects.
+%package -n python2-%{srcname}
+Summary: %{sum}
+Requires: python-cryptography
+%{?python_provide:%python_provide python2-%{srcname}}
+
+%description -n python2-%{srcname}
+A Python implementation of JSON Web Token draft 01. This library provides a
+means of representing signed content using JSON data structures, including
+claims to be transferred between two parties encoded as digitally signed and
+encrypted JSON objects.
+
%if 0%{?with_python3}
-%package -n python3-jwt
-Summary: JSON Web Token implementation in Python
-Group: Development/Libraries
-Requires: python3-cryptography
+%package -n python3-%{srcname}
+Summary: %{sum}
+%{?python_provide:%python_provide python3-%{srcname}}
+Requires: python3-cryptography
-%description -n python3-jwt
+%description -n python3-%{srcname}
A Python3 implementation of JSON Web Token draft 01. This library provides a
means of representing signed content using JSON data structures, including
claims to be transferred between two parties encoded as digitally signed and
@@ -64,60 +70,45 @@ encrypted JSON objects.
%endif
%prep
-%setup -q -n PyJWT-%{version}
-
-# Remove bundled egg-info in case it exists
-rm -rf %{modname}.egg-info
-find . -name "*.pyc" -exec rm -rf {} \; || echo;
-find . -name "__pycache__" -exec rm -rf {} \; || echo;
-
-%if 0%{?with_python3}
-rm -rf %{py3dir}
-cp -a . %{py3dir}
-%endif
+%autosetup -n PyJWT-%{version}
%build
-%{__python2} setup.py build
+%py2_build
%if 0%{?with_python3}
-pushd %{py3dir}
-%{__python3} setup.py build
-popd
+%py3_build
%endif
%install
+%py2_install
%if 0%{?with_python3}
-pushd %{py3dir}
-%{__python3} setup.py install -O1 --skip-build --root=%{buildroot}
-mv %{buildroot}%{_bindir}/jwt %{buildroot}%{_bindir}/python3-jwt
-popd
+%py3_install
%endif
-%{__python2} setup.py install -O1 --skip-build --root=%{buildroot}
%check
-py.test .
+%{__python2} setup.py test
%if 0%{?with_python3}
-pushd %{py3dir}
-py.test-%{python3_version} .
-popd
+%{__python3} setup.py test
%endif
-%files
+%files -n python2-jwt
%doc README.md AUTHORS
%license LICENSE
-%{python2_sitelib}/%{modname}/
+%{python2_sitelib}/%{srcname}/
%{python2_sitelib}/PyJWT-%{version}*
-%{_bindir}/jwt
%if 0%{?with_python3}
%files -n python3-jwt
%doc README.md AUTHORS
%license LICENSE
-%{python3_sitelib}/%{modname}/
+%{python3_sitelib}/%{srcname}/
%{python3_sitelib}/PyJWT-%{version}*
-%{_bindir}/python3-jwt
+%{_bindir}/jwt
%endif
%changelog
+* Mon Apr 17 2017 Kevin Fenzi <kevin(a)scrye.com> - 1.4.2-4
+- Modernize spec and make sure to provide python2-jwt
+
* Sat Feb 11 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.4.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
--
cgit v1.1
https://src.fedoraproject.org/cgit/python-jwt.git/commit/?h=f26&id=074549...
6Â years, 4Â months
hobbes1069 pushed to codec2 (el6). "Update to latest upstream
release."
by notificationsï¼ fedoraproject.org
From 762f92bdf6cf1e0251769557595fa51c80cf6f11 Mon Sep 17 00:00:00 2001
From: Richard Shaw <hobbes1069(a)gmail.com>
Date: Fri, 21 Jul 2017 08:10:56 -0500
Subject: Update to latest upstream release.
---
.gitignore | 1 +
codec2.spec | 14 +++++++-------
sources | 2 +-
3 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/.gitignore b/.gitignore
index 2fc9197..0f619b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/codec2-0.4.tar.xz
/codec2-0.5.tar.xz
/codec2-0.6.tar.xz
+/codec2-0.7.tar.xz
diff --git a/codec2.spec b/codec2.spec
index 21c0d57..29b9aae 100644
--- a/codec2.spec
+++ b/codec2.spec
@@ -1,5 +1,7 @@
+%{?rhel: %global cmake %cmake3}
+
Name: codec2
-Version: 0.6
+Version: 0.7
Release: 1%{?dist}
Summary: Next-Generation Digital Voice for Two-Way Radio
License: LGPLv2
@@ -44,12 +46,7 @@ Example code for Codec 2
%build
rm -rf build_linux && mkdir build_linux && pushd build_linux
-%if 0%{?rhel}
-%cmake3 \
-%else
-%cmake \
-%endif
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
../
make %{?_smp_mflags}
@@ -94,6 +91,9 @@ EOF
%changelog
+* Fri Jul 21 2017 Richard Shaw <hobbes1069(a)gmail.com> - 0.7-1
+- Update to latest upstream release.
+
* Sun Feb 19 2017 Richard Shaw <hobbes1069(a)gmail.com> - 0.6-1
- Update to latest upstream release.
diff --git a/sources b/sources
index 47db213..f21ee3f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (codec2-0.6.tar.xz) = 437d2ce26b1fd920960cce6565af5dd7fed12bc8afdd78f6059ab8efb2f472095b3fb49a12d54f837fbd543e8c85f275e2ade8e25e6bacdea6195ba1bb233535
+SHA512 (codec2-0.7.tar.xz) = bf2f40071c21096d9504aacb293e7c293e1a51d732b91d870b5b35c372684cdb187fe4aafb6c27601c75167bd3783470e054d65b4be215facf67acee8afc56af
--
cgit v1.1
https://src.fedoraproject.org/cgit/codec2.git/commit/?h=el6&id=762f92bdf6...
6Â years, 4Â months
hobbes1069 pushed to freedv (el6). "Update to latest upstream
release."
by notificationsï¼ fedoraproject.org
From e1edea488eba97db39379793a8a5671b0c5322d8 Mon Sep 17 00:00:00 2001
From: Richard Shaw <hobbes1069(a)gmail.com>
Date: Fri, 21 Jul 2017 10:41:50 -0500
Subject: Update to latest upstream release.
---
.gitignore | 1 +
freedv.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 1ad9ad9..82f8842 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/sox-14.4.1.tar.gz
/sox-14.4.1.mod.tar.gz
/freedv-1.2.tar.xz
+/freedv-1.2.2.tar.xz
diff --git a/freedv.spec b/freedv.spec
index 489e319..2998c89 100644
--- a/freedv.spec
+++ b/freedv.spec
@@ -2,7 +2,7 @@
%{?rhel: %global cmake %cmake3}
Name: freedv
-Version: 1.2
+Version: 1.2.2
Release: 1%{?dist}
Summary: FreeDV Digital Voice
License: GPLv2+
@@ -108,6 +108,9 @@ fi
%changelog
+* Fri Jul 21 2017 Richard Shaw <hobbes1069(a)gmail.com> - 1.2.2-1
+- Update to latest upstream release.
+
* Tue Feb 21 2017 Richard Shaw <hobbes1069(a)gmail.com> - 1.2-1
- Update to latest upstream release.
diff --git a/sources b/sources
index 1b47589..0e8ed37 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (freedv-1.2.tar.xz) = 6f368ba3517ac57cdb581a21bf3a87f50b168bf3de51666b99f09469ed12e45a368740ee8a7f83adf6f6b59341ea7a14b3ba30a597f7ad96ba2091ecd9b89661
+SHA512 (freedv-1.2.2.tar.xz) = 63ad0fd7a3fc0f88784b934738a51a2a6a0e58ae15aa4599c0efa36d3119f0c9c5778a1becaa8daa7161a8da3dc4c9247a813fea6a4c7de6d3cb22f5df437737
--
cgit v1.1
https://src.fedoraproject.org/cgit/freedv.git/commit/?h=el6&id=e1edea488e...
6Â years, 4Â months