Skip to content

Commit

Permalink
#1929 python-lz4 2.1.2 fixes the import mess
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@20928 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Nov 4, 2018
1 parent 43b6daa commit 5134109
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 27 deletions.
15 changes: 0 additions & 15 deletions osx/jhbuild/patches/python-lz4-distributionnotfound.patch

This file was deleted.

8 changes: 3 additions & 5 deletions osx/jhbuild/xpra-python.modules
Original file line number Diff line number Diff line change
Expand Up @@ -389,11 +389,9 @@

<distutils id="python-lz4">
<branch repo="files.pythonhosted.org"
module="/packages/13/3f/8b3e574344c7ed9fb76c240f8fe96a95648762dce3bb481527d3a414670c/lz4-2.1.0.tar.gz"
hash="sha256:166aff2fbb2fee39f4ed58e8e7c1ed8a8ce72915832a100ced7a1634ac655a6f"
version="2.1.0">
<!-- Warning: must update the patch with any version bump -->
<patch file="http://xpra.org/svn/Xpra/trunk/osx/jhbuild/patches/python-lz4-distributionnotfound.patch" strip="1" />
module="/packages/f1/4f/878f1827042c5b6828bc23d160f31e242ec820810b8bd04b30b631029952/lz4-2.1.2.tar.gz"
hash="sha256:ec265f7c3fc3df706e9579bde632ceeef9278858d7ae87c376a2954d11e9ea39"
version="2.1.2">
</branch>
<dependencies>
<dep package="lz4"/>
Expand Down
8 changes: 3 additions & 5 deletions osx/jhbuild/xpra-python3.modules
Original file line number Diff line number Diff line change
Expand Up @@ -403,11 +403,9 @@

<distutils id="python3-lz4" python3="1">
<branch repo="files.pythonhosted.org"
module="/packages/13/3f/8b3e574344c7ed9fb76c240f8fe96a95648762dce3bb481527d3a414670c/lz4-2.1.0.tar.gz"
hash="sha256:166aff2fbb2fee39f4ed58e8e7c1ed8a8ce72915832a100ced7a1634ac655a6f"
version="2.1.0">
<!-- Warning: must update the patch with any version bump -->
<patch file="http://xpra.org/svn/Xpra/trunk/osx/jhbuild/patches/python-lz4-distributionnotfound.patch" strip="1" />
module="/packages/f1/4f/878f1827042c5b6828bc23d160f31e242ec820810b8bd04b30b631029952/lz4-2.1.2.tar.gz"
hash="sha256:ec265f7c3fc3df706e9579bde632ceeef9278858d7ae87c376a2954d11e9ea39"
version="2.1.2">
</branch>
<dependencies>
<dep package="lz4"/>
Expand Down
7 changes: 5 additions & 2 deletions rpmbuild/python-lz4.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@


Name: python2-lz4
Version: 2.0.2
Version: 2.1.2
Release: 1.xpra1%{?dist}
URL: https://github.com/python-lz4/python-lz4
Summary: LZ4 Bindings for Python
License: GPLv2+
Group: Development/Languages/Python
Source: httphttps://files.pythonhosted.org/packages/b8/fc/cc8a6a5685fe9989726b433703b622a4fa05ea101ade46018b38ee0dc86d/lz4-%{version}.tar.gz
Source: https://github.com/python-lz4/python-lz4/archive/v%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-setuptools
Expand Down Expand Up @@ -90,6 +90,9 @@ rm -rf %{buildroot}
%endif

%changelog
* Sun Nov 04 2018 Antoine Martin <antoine@xpra.org> - 2.1.2-1
- New upstream release

* Sun Jul 08 2018 Antoine Martin <antoine@xpra.org> - 2.0.2-1
- New upstream release

Expand Down

0 comments on commit 5134109

Please sign in to comment.