Change-Id: I968d4c8beb0210c89d4958dc49e89fee3198bb69
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5779
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Alexey Makhalov <amakhalov@vmware.com>
| ... | ... |
@@ -2,14 +2,14 @@ |
| 2 | 2 |
%{!?python3_sitelib: %define python3_sitelib %(python3 -c "from distutils.sysconfig import get_python_lib;print(get_python_lib())")}
|
| 3 | 3 |
|
| 4 | 4 |
Name: PyYAML |
| 5 |
-Version: 3.12 |
|
| 6 |
-Release: 2%{?dist}
|
|
| 5 |
+Version: 3.13 |
|
| 6 |
+Release: 1%{?dist}
|
|
| 7 | 7 |
Summary: YAML parser and emitter for Python |
| 8 | 8 |
Group: Development/Libraries |
| 9 | 9 |
License: MIT |
| 10 | 10 |
URL: http://pyyaml.org/ |
| 11 | 11 |
Source0: http://pyyaml.org/download/pyyaml/%{name}-%{version}.tar.gz
|
| 12 |
-%define sha1 PyYAML=cb7fd3e58c129494ee86e41baedfec69eb7dafbe |
|
| 12 |
+%define sha1 PyYAML=22f95fe2f5ef29ab17110f92c7186e2cfde6b419 |
|
| 13 | 13 |
|
| 14 | 14 |
BuildRequires: python2 |
| 15 | 15 |
BuildRequires: python2-libs |
| ... | ... |
@@ -90,6 +90,8 @@ rm -rf $RPM_BUILD_ROOT |
| 90 | 90 |
|
| 91 | 91 |
|
| 92 | 92 |
%changelog |
| 93 |
+* Thu Sep 20 2018 Tapas Kundu <tkundu@vmware.com> 3.13-1 |
|
| 94 |
+- Updated to release 3.13 |
|
| 93 | 95 |
* Tue May 16 2017 Kumar Kaushik <kaushikk@vmware.com> 3.12-2 |
| 94 | 96 |
- Adding python3 support. |
| 95 | 97 |
* Tue Apr 18 2017 Dheeraj Shetty <dheerajs@vmware.com> 3.12-1 |
| ... | ... |
@@ -3,15 +3,15 @@ |
| 3 | 3 |
|
| 4 | 4 |
Summary: Software library for fast, message-based applications |
| 5 | 5 |
Name: python-zmq |
| 6 |
-Version: 16.0.2 |
|
| 7 |
-Release: 2%{?dist}
|
|
| 6 |
+Version: 17.1.2 |
|
| 7 |
+Release: 1%{?dist}
|
|
| 8 | 8 |
License: LGPLv3+ and BSD3 |
| 9 | 9 |
Group: Development/Languages/Python |
| 10 | 10 |
Vendor: VMware, Inc. |
| 11 | 11 |
Distribution: Photon |
| 12 |
-Url: http://zeromq.org/bindings:python |
|
| 12 |
+Url: https://pypi.org/project/pyzmq |
|
| 13 | 13 |
Source0: https://pypi.python.org/packages/af/37/8e0bf3800823bc247c36715a52e924e8f8fd5d1432f04b44b8cd7a5d7e55/pyzmq-%{version}.tar.gz
|
| 14 |
-%define sha1 pyzmq=ad91c8d50f4c85e2e321511914d2420ad3603c49 |
|
| 14 |
+%define sha1 pyzmq=d0e5d7dd59f2398345fc4bacf5ee91241d857f0d |
|
| 15 | 15 |
|
| 16 | 16 |
BuildRequires: python2-devel |
| 17 | 17 |
BuildRequires: python-setuptools |
| ... | ... |
@@ -62,6 +62,8 @@ python2 setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
| 62 | 62 |
%{python3_sitelib}/zmq
|
| 63 | 63 |
|
| 64 | 64 |
%changelog |
| 65 |
+* Thu Sep 20 2018 Tapas Kundu <tkundu@vmware.com> 17.1.2-1 |
|
| 66 |
+- Updated to release 17.1.2 |
|
| 65 | 67 |
* Fri Apr 14 2017 Dheeraj Shetty <dheerajs@vmware.com> 16.0.2-2 |
| 66 | 68 |
- Add python3-libs to BuildRequires |
| 67 | 69 |
* Fri Apr 14 2017 Dheeraj Shetty <dheerajs@vmware.com> 16.0.2-1 |