#1 Update python-sanic.spec to current upstream repo
Closed 4 years ago by blaise. Opened 4 years ago by blaise.
rpms/ blaise/python-sanic f32  into  master

file modified
+4 -5
@@ -3,14 +3,13 @@ 

  %{?python_enable_dependency_generator}

  

  Name:           python-%{modname}

- Version:        0.8.0

- Release:        4%{?dist}

+ Version:        19.9.2

+ Release:        19.9.2%{?dist}

  Summary:        Microframework based on uvloop, httptools, and learnings of flask

  

  License:        MIT

- URL:            https://github.com/channelcat/sanic

- Source0:        %{url}/archive/%{version}/%{modname}-%{version}.tar.gz

- Patch0001:      0001-Switch-to-websockets-6.0.patch

+ URL:            https://github.com/huge-success/sanic

+ Source0:        %{url}/archive/v%{version}.tar.gz

  

  BuildArch:      noarch

  

The Sanic project moved repos, changed their release cadence and version numbering. Currently FTBFS and orphaned because of an outstanding websocket dependency, the upstream release should now work.
I'm an aspiring maintainer, responding to: https://bugzilla.redhat.com/show_bug.cgi?id=1729908

1 new commit added

  • Remove `patch` from spec file.
4 years ago

1 new commit added

  • Update python-sanic.spec to 19.9.2
4 years ago

I found out that the upstream project is working on websockets so I will close this PR and revisit this when upstream resolves the websockets dependencies.

Pull-Request has been closed by blaise

4 years ago