diff --git a/cffi-1.5.2.tar.gz b/cffi-1.5.2.tar.gz deleted file mode 100644 index e6a5e63..0000000 --- a/cffi-1.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da9bde99872e46f7bb5cff40a9b1cc08406765efafb583c704de108b6cb821dd -size 388793 diff --git a/cffi-1.6.0.tar.gz b/cffi-1.6.0.tar.gz new file mode 100644 index 0000000..6367eaa --- /dev/null +++ b/cffi-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f75c4ef2362c0a0e54657add0a6c509fecbfa3b3807bc0925f5cb1c9f927db +size 397024 diff --git a/python-cffi.changes b/python-cffi.changes index 056c7b9..15eae29 100644 --- a/python-cffi.changes +++ b/python-cffi.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu May 26 02:33:02 UTC 2016 - badshah400@gmail.com + +- Update to version 1.6.0: + * ffi.list_types() + * ffi.unpack() + * extern “Python+C” + * in API mode, lib.foo.__doc__ contains the C signature now. + * Yet another attempt at robustness of ffi.def_extern() against + CPython’s interpreter shutdown logic. + ------------------------------------------------------------------- Mon Apr 11 14:45:11 UTC 2016 - jmatejek@suse.com diff --git a/python-cffi.spec b/python-cffi.spec index d14cfc6..50f11ec 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -17,13 +17,13 @@ Name: python-cffi -Version: 1.5.2 +Version: 1.6.0 Release: 0 Summary: Foreign Function Interface for Python calling C code License: MIT Group: Development/Languages/Python Url: http://cffi.readthedocs.org -Source0: https://pypi.python.org/packages/source/c/cffi/cffi-%{version}.tar.gz +Source0: https://pypi.io/packages/source/c/cffi/cffi-%{version}.tar.gz Source1: python-cffi-rpmlintrc BuildRequires: gcc-c++ BuildRequires: python-devel