#3 Fedora 31: Upgrade to 0.4.2
Merged 4 years ago by goeran. Opened 4 years ago by churchyard.
Unknown source jeepney-0.4.2  into  f31

file modified
+2
@@ -1,1 +1,3 @@

  /jeepney-0.4.tar.gz

+ /jeepney-0.4.1.tar.gz

+ /jeepney-0.4.2.tar.gz

file modified
+16 -8
@@ -1,8 +1,8 @@

  %global pypi_name jeepney

  

  Name:           python-%{pypi_name}

- Version:        0.4

- Release:        3%{?dist}

+ Version:        0.4.2

+ Release:        1%{?dist}

  Summary:        Low-level, pure Python DBus protocol wrapper

  License:        MIT

  URL:            https://gitlab.com/takluyver/jeepney
@@ -16,8 +16,6 @@

  BuildRequires:  python3-sphinx_rtd_theme

  BuildRequires:  python3-testpath

  

- %{?python_enable_dependency_generator}

- 

  %description

  This is a low-level, pure Python DBus protocol client. It has an I/O-free core,

  and integration modules for different event loops.
@@ -38,10 +36,8 @@

  %build

  %py3_build

  

- pushd docs

- make SPHINXBUILD=sphinx-build-3 html

- rm -rf _build/html/.buildinfo _build/html/_sources

- popd

+ make -C docs SPHINXBUILD=sphinx-build-3 html

+ rm -rf docs/_build/html/{.buildinfo,_sources}

  

  %install

  %py3_install
@@ -56,6 +52,18 @@

  %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info

  

  %changelog

+ * Thu Feb 13 2020 Christopher Tubbs <ctubbsii@fedoraproject.org> - 0.4.2-1

+ - Upgrade to 0.4.2

+ 

+ * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-2

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

+ 

+ * Tue Sep 10 2019 Göran Uddeborg <goeran@uddeborg.se> - 0.4.1-1

+ - Upgrade to 0.4.1

+ 

+ * Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.4-4

+ - Rebuilt for Python 3.8

+ 

  * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-3

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@

- SHA512 (jeepney-0.4.tar.gz) = 43083994a7c6af84a5a68d3ff8f6dc4d9129ce9fa55517838fb62d9f62bb78bdf52067649d0b95d08d689b7d7475cb9b2a956662e265a776ad42dcf4ccc0ab63

+ SHA512 (jeepney-0.4.2.tar.gz) = f86ccaee2a5e50daf704ee6f26515291efdad4acfcb38ec831364ec085ce78607c1ff13311d5f4c04b798afb0703801203e97412ff5cfae5ca50a301a7a389d3

no initial comment

Note that the simple-koji-ci run on rawhide :(

Koji scratch build for f31: https://koji.fedoraproject.org/koji/taskinfo?taskID=41475708

Pull-Request has been merged by goeran

4 years ago