mcepl pushed to python-cryptography (f20). "New upstream release: 0.8"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Apr 14 15:37:19 UTC 2015


>From 0773ac1a4fbf0eb6ca2164e4178ce33e49ca7441 Mon Sep 17 00:00:00 2001
From: Nathaniel McCallum <npmccallum at redhat.com>
Date: Fri, 13 Mar 2015 10:43:13 -0400
Subject: New upstream release: 0.8


diff --git a/.gitignore b/.gitignore
index 1ba6ec1..d8920bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /cryptography-0.6.1.tar.gz
 /cryptography-0.7.2.tar.gz
+/cryptography-0.8.tar.gz
diff --git a/python-cryptography-0.7.2-testspath.patch b/python-cryptography-0.7.2-testspath.patch
deleted file mode 100644
index 24ad4e1..0000000
--- a/python-cryptography-0.7.2-testspath.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From e8179e79bcb1d8d6e09fffe8e0123afce09ce02d Mon Sep 17 00:00:00 2001
-From: Donald Stufft <donald at stufft.io>
-Date: Thu, 19 Feb 2015 22:37:49 -0500
-Subject: [PATCH] Pass the sys.path into the subprocess
-
-If we're running tests via ``python setup.py test`` in a clean
-environment then all of our dependencies are going to be installed
-into either the current directory or the .eggs directory. However the
-subprocess won't know to activate these dependencies, so we'll get it
-to do so by passing our entire sys.path into the subprocess via the
-PYTHONPATH environment variable.
----
- tests/hazmat/backends/test_openssl.py | 10 ++++++++++
- 1 file changed, 10 insertions(+)
-
-diff --git a/tests/hazmat/backends/test_openssl.py b/tests/hazmat/backends/test_openssl.py
-index 2bf66a0..0e4d75e 100644
---- a/tests/hazmat/backends/test_openssl.py
-+++ b/tests/hazmat/backends/test_openssl.py
-@@ -234,9 +234,19 @@ def test_osrandom_engine_is_default(self, tmpdir):
-         )
-         engine_name = tmpdir.join('engine_name')
- 
-+        # If we're running tests via ``python setup.py test`` in a clean
-+        # environment then all of our dependencies are going to be installed
-+        # into either the current directory or the .eggs directory. However the
-+        # subprocess won't know to activate these dependencies, so we'll get it
-+        # to do so by passing our entire sys.path into the subprocess via the
-+        # PYTHONPATH environment variable.
-+        env = os.environ.copy()
-+        env["PYTHONPATH"] = os.pathsep.join(sys.path)
-+
-         with engine_name.open('w') as out:
-             subprocess.check_call(
-                 [sys.executable, "-c", engine_printer],
-+                env=env,
-                 stdout=out
-             )
- 
diff --git a/python-cryptography.spec b/python-cryptography.spec
index bef82af..e603a74 100644
--- a/python-cryptography.spec
+++ b/python-cryptography.spec
@@ -6,15 +6,14 @@
 %endif
 
 Name:           python-cryptography
-Version:        0.7.2
-Release:        2%{?dist}
+Version:        0.8
+Release:        1%{?dist}
 Summary:        PyCA's cryptography library
 
 Group:          Development/Libraries
 License:        ASL 2.0 or BSD
 URL:            https://cryptography.io/en/latest/
 Source0:        https://pypi.python.org/packages/source/c/cryptography/cryptography-%{version}.tar.gz
-Patch0:         python-cryptography-0.7.2-testspath.patch
 
 BuildRequires:  openssl-devel
 BuildRequires:  python-enum34
@@ -66,7 +65,6 @@ recipes to Python developers.
 
 %prep
 %setup -q -n cryptography-%{version}
-%patch0 -p1
 
 %if 0%{?with_python3}
 rm -rf %{py3dir}
@@ -123,6 +121,10 @@ popd
 
 
 %changelog
+* Fri Mar 13 2015 Nathaniel McCallum <nathaniel at natemccallum.com> - 0.8-1
+- New upstream release
+- Remove upstreamed patch
+
 * Wed Mar 04 2015 Nathaniel McCallum <npmccallum at redhat.com> - 0.7.2-2
 - Add python3-cryptography-vectors build requires
 - Add python-enum34 requires
diff --git a/sources b/sources
index fc3d33f..05c1bbc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a62beaac9f3a78109dba6d31db98cce9  cryptography-0.7.2.tar.gz
+c0871039903e8b554179fd2b30a6647d  cryptography-0.8.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-cryptography.git/commit/?h=f20&id=0773ac1a4fbf0eb6ca2164e4178ce33e49ca7441


More information about the scm-commits mailing list