#5 Update autobahn to 20.7.1
Closed 3 years ago by jujens. Opened 3 years ago by jujens.

file modified
+7 -9
@@ -7,8 +7,8 @@ 

  %global _docdir_fmt %{name}

  

  Name:           python-%{pypi_name}

- Version:        19.10.1

- Release:        4%{?dist}

+ Version:        20.7.1

+ Release:        1%{?dist}

  Summary:        Python networking library for WebSocket and WAMP

  

  License:        MIT
@@ -16,10 +16,6 @@ 

  # pypi release doen't include README, nor doc, so using github instead

  # See: https://github.com/tavendo/AutobahnPython/issues/429

  Source0:        https://github.com/%{project_owner}/%{github_name}/archive/v%{version}/%{github_name}-%{version}.tar.gz

- # By default it requires version 2.7 but according to tests and the requirement on twilio, it works with 2.6.1 which is in fedora.

- # Until https://bugzilla.redhat.com/show_bug.cgi?id=1715680 is done, this is required.

- # Take tare before updating that it is still the case with the updated version.

- Patch0:         lower-deps-cryptographie.patch

  

  BuildArch:      noarch

  %if 0%{with_doc}
@@ -31,7 +27,7 @@ 

  BuildRequires:  python3-sphinxcontrib-spelling # Not packaged yet

  BuildRequires:  python3-repoze-sphinx-autointerface

  BuildRequires:  python3-pyenchant

- %endif # End with_doc

+ %endif

  

  %description

  Autobahn a networking library that is part of the Autobahn project and provides
@@ -86,14 +82,13 @@ 

  for Twisted and asyncio on Python 2 & 3 and for writing servers and clients.

  

  HTML documentation

- %endif # with doc

+ %endif

  

  %{?python_extras_subpkg:%python_extras_subpkg -n python3-%{pypi_name} -i %{python3_sitelib}/%{pypi_name}-%{version}*-py%{python3_version}.egg-info twisted}

  

  

  %prep

  %setup -qn %{github_name}-%{version}

- %patch0 -p1

  

  # Remove upstream's egg-info

  rm -rf %{pypi_name}.egg-info
@@ -137,6 +132,9 @@ 

  

  

  %changelog

+ * Sat Jul 18 2020 Julien Enselme <jujens@jujens.eu> - 20.7.1-1

+ - Update to 20.7.1

+ 

  * Fri Jul 10 2020 Miro HronĨok <mhroncok@redhat.com> - 19.10.1-4

  - Add autobahn[twisted] subpackage

  

no initial comment

Pull-Request has been closed by jujens

3 years ago
Metadata