Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python2-CXX-devel-7.0.3-bp153.1.14 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python2-CXX-devel Distribution: SUSE Linux Enterprise 15 SP3
Version: 7.0.3 Vendor: openSUSE
Release: bp153.1.14 Build date: Sat Mar 6 03:40:24 2021
Group: Development/Languages/Python Build host: hci-cnode1-m0
Size: 437133 Source RPM: python-CXX-7.0.3-bp153.1.14.src.rpm
Packager: https://bugs.opensuse.org
Url: http://CXX.sourceforge.net/
Summary: Development files for python2-CXX
Header files and documentation for python2-CXX development.

Provides

Requires

License

BSD-3-Clause

Changelog

* Tue Sep 12 2017 toddrme2178@gmail.com
  - Fix provides/obsoletes
* Wed Aug 23 2017 toddrme2178@gmail.com
  - Implement single-spec version
  - Update to Version 7.0.3
    * Update Py::Long to support long long consitently between Python2 and Python3.
  - Update to Version 7.0.2
    * Add Py::Char ord() method to return the long value of a character.
    * Fix String::size() that could return twice the actual length. This affected as_ucs4string() which would return a string with its second half as uninitialised memory.
    * Fix setup.py for the Demo code to build all the required C++ code.
  - Update to Version 7.0.1
    * Add support for Full Unicode range on Windows.
    * Add sym link for README.txt to allow testing of index.html.
  - Update to Version 7.0.0
    * Warning: This version fixes a number of problems that require source incompatible changes.
      However by defining PYCXX_6_2_COMPATIBILITY the V6.2.x API is restored. This is not recommended for new code.
    * The first version of python3 that is supported is 3.3.
    * New source file needs to built: Src/cxx_exceptions.cxx. This file implements the new exception handling features.
    * Fix the type used for lengths and sequence indexes to use Py_ssize_t. This will require sources changes for users of PyCXX.
    * Implement smart handling of Exceptions between C++ and Python. You can now catch exceptions in C++ by type that are raised in C++ or Python.
    * All builtin exceptions are support and are user defined exceptions.
    * The base exception type is now BaseException not Exception. To upgrade source code replace all use of Exception with BaseException.
    * The documentation has been updated to describe the new exception features.
    * The supportSequence, supportMapping, supportNumber etc functions now take a bit mask that defines which specific callbacks are handled.
  - Update to Version 6.2.8
    * Fix crash when a member function is called via callMemberFunction() and that function raises an expection.
    * Found in comment on StackOverFlow. Fix memory size allocated for new objects. It used the wrong size calculation, but was big enough to avoid problems.
  - Update to Version 6.2.7
    * Fix missing ptr__Unicode_Type.
    * Fixes from learn0more@gmail.com make python2 also remember the m_module and add accessor functions.
    * Fix for indirection issues from Vivian De Smedt.
    * Update to work with latest Microsoft Visual C++ for python 2.7. All test run in Win32 and Win64.
    * PyCXX.html documention has been updated, especially with 2TO3 information.
    * Use delete[] for objects allocated with new[].
  - Update to Version 6.2.6
    * Fix build issue with GCC 4.2.1 on FreeBSD and Mac OS X (stop python defining isspace as a macro).
    * Remove support for python 3.1 (API's are unstable).
    * Add Python 3.3 support.
    * Patch from Michael Droettboom to fix compilation issues.
    * Patch from Michael Droettboom to add buffer interface for python3.
  - Remove unneeded patch `python-CXX-6.2.5-fix-version.patch`
* Fri Dec 06 2013 toddrme2178@gmail.com
  - Update to Version 6.2.5
    * Fix build issue with GCC 4.2.1 on FreeBSD and Mac OS X (stop python defining isspace as a macro).
    * Remove support for python 3.1 (API's are unstable).
    * Add Python 3.3 support.
    * Patch from Michael Droettboom to fix compilation issues.
    * Patch from Michael Droettboom to add buffer interface for python3.
  - Remove upstreamed python-CXX-6.2.4-fix-indentation.patch
  - Add python-CXX-6.2.5-fix-version.patch
    This will need to be fixed for any release where the version number is wrong
* Mon May 21 2012 toddrme2178@gmail.com
  - Update to Version 6.2.4 (3-March-2012)
    * Fix problem compiling against clang compiler used with Mac OS X
      10.7
    * Fix segv when using getting the type() of extension objects
    * Support PEP 3149 * Support Python 3.2
    * For python 3.1 and onwards use the Capsule API - thanks to
      Michael Droettboom
    * Fixed memory leak - thanks to Vivian De Smedt
    * Improve setup_makefile.py to use distutils to find paths
  - Rename to python-CXX to match python package naming policy
  - Add python 3 package
  - Clean up spec file formatting
* Fri Dec 09 2011 saschpe@suse.de
  - License is BSD-3-Clause, not GPL
  - Fix build for SLE-11
* Sun May 08 2011 andrea@links2linux.de
  - New package

Files

/usr/include/python2.7
/usr/include/python2.7/CXX
/usr/include/python2.7/CXX/Config.hxx
/usr/include/python2.7/CXX/CxxDebug.hxx
/usr/include/python2.7/CXX/Exception.hxx
/usr/include/python2.7/CXX/Extensions.hxx
/usr/include/python2.7/CXX/IndirectPythonInterface.hxx
/usr/include/python2.7/CXX/Objects.hxx
/usr/include/python2.7/CXX/Python2
/usr/include/python2.7/CXX/Python2/Config.hxx
/usr/include/python2.7/CXX/Python2/CxxDebug.hxx
/usr/include/python2.7/CXX/Python2/Exception.hxx
/usr/include/python2.7/CXX/Python2/ExtensionModule.hxx
/usr/include/python2.7/CXX/Python2/ExtensionOldType.hxx
/usr/include/python2.7/CXX/Python2/ExtensionType.hxx
/usr/include/python2.7/CXX/Python2/ExtensionTypeBase.hxx
/usr/include/python2.7/CXX/Python2/Extensions.hxx
/usr/include/python2.7/CXX/Python2/IndirectPythonInterface.hxx
/usr/include/python2.7/CXX/Python2/Objects.hxx
/usr/include/python2.7/CXX/Python2/PythonType.hxx
/usr/include/python2.7/CXX/Python2/cxx_standard_exceptions.hxx
/usr/include/python2.7/CXX/Version.hxx
/usr/include/python2.7/CXX/WrapPython.h
/usr/share/doc/packages/python2-CXX-devel
/usr/share/doc/packages/python2-CXX-devel/Python2
/usr/share/doc/packages/python2-CXX-devel/Python2/PyCXX.html
/usr/share/doc/packages/python2-CXX-devel/Python2/style.css
/usr/share/doc/packages/python2-CXX-devel/Python3
/usr/share/doc/packages/python2-CXX-devel/Python3/PyCXX.html
/usr/share/doc/packages/python2-CXX-devel/Python3/make_contents.py
/usr/share/doc/packages/python2-CXX-devel/Python3/style.css
/usr/share/python2.7
/usr/share/python2.7/CXX
/usr/share/python2.7/CXX/IndirectPythonInterface.cxx
/usr/share/python2.7/CXX/Python2
/usr/share/python2.7/CXX/Python2/cxx_exceptions.cxx
/usr/share/python2.7/CXX/Python2/cxx_extensions.cxx
/usr/share/python2.7/CXX/Python2/cxxextensions.c
/usr/share/python2.7/CXX/Python2/cxxsupport.cxx
/usr/share/python2.7/CXX/cxx_exceptions.cxx
/usr/share/python2.7/CXX/cxx_extensions.cxx
/usr/share/python2.7/CXX/cxxextensions.c
/usr/share/python2.7/CXX/cxxsupport.cxx


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 14:43:28 2024