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

python2-Pyrex-0.9.9-bp153.1.13 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python2-Pyrex Distribution: SUSE Linux Enterprise 15 SP3
Version: 0.9.9 Vendor: openSUSE
Release: bp153.1.13 Build date: Sat Mar 6 01:55:24 2021
Group: Development/Languages/Python Build host: lamb10
Size: 1704913 Source RPM: python-Pyrex-0.9.9-bp153.1.13.src.rpm
Packager: https://bugs.opensuse.org
Url: http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
Summary: Compiles code that mixes Python and C data types into a C extension for Python
Pyrex is a language specially designed for writing Python extension
modules. It's designed to bridge the gap between the nice, high-level,
easy-to-use world of Python and the messy, low-level world of C/

Provides

Requires

License

Apache-2.0

Changelog

* Wed Dec 13 2017 mpluskal@suse.com
  - Convert to singlespec (currently just python2)
  - REname package to follow python naming conventions
* Thu Jun 14 2012 toddrme2178@gmail.com
  - Spec file cleanups
* Thu Jun 14 2012 cfarrell@suse.com
  - license update: Apache-2.0
    License.txt expressly gives the choice to declare Apache-2.0 as the
    license of the package
* Wed Jan 12 2011 saschpe@suse.de
  - correct upstream URL, expanded changelog
* Wed Nov 03 2010 termim@gmail.com
  - update to version 0.9.9
    * C++ struct declarations, 'new' operator, and del for C++ delete.
    * Disabled size check for cimported types because it was generating too
      many false positives in the field.
    * Added __fastcall calling convention. Also no longer assuming that an
      unspecified calling convention is the same as __cdecl.
    * Operations between signed and unsigned ints of the same size now have
      an unsigned result.
    * Py_ssize_t now ranked between long and long long.
    * Declaration of __new__ in an extension type is now an error, in
      preparation for introducing new semantics.
    * Added size_t type, and made sizeof() return it.
    * When casting the result of a function call to a Python type, the
      function could be called twice.
    * __Pyx_GetException was not taking account of the fact that the traceback
      could be NULL.
    * sizeof(module.typename) did not work.
* Mon Oct 18 2010 masterpatricko@gmail.com
  - Don't put buildtime at the top of generated files
* Tue Feb 17 2009 thoenig@suse.de
  - use bzip2 rather than gzip
* Tue Feb 17 2009 riggwelter@opensuse.org
  - new upstream version 0.9.8.5
    * consistency with the way automatic conversions are done
      elsewhere.
    * Support for string and tuple exceptions dropped.
    * Calls to many of the builtin functions are now compiled as
      direct calls to Python/C API routines.
    * Augmented assignment operators (+=, etc.) are now supported.
    * Dependency files are only created when compiling with
      timestamp checking or recursion enabled.
    * Lots more features, enhancements and bug fixes, full list at
      http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/version/CHANGES.txt
  - drop all patches
* Thu Mar 01 2007 thoenig@suse.de
  - new upstream version 0.9.5.1a
  - drop patch pyrex-python-2.5.patch
* Wed Nov 15 2006 thoenig@suse.de
  - add patch pyrex-python-2.5.patch: make Pyrex run properly on
    Python 2.5 (patch by Stefan Behnel)
  - fixes b.n.c #221342

Files

/etc/alternatives/pyrexc
/usr/bin/pyrexc
/usr/bin/pyrexc-2.7
/usr/lib/python2.7/site-packages/Pyrex
/usr/lib/python2.7/site-packages/Pyrex-0.9.9-py2.7.egg-info
/usr/lib/python2.7/site-packages/Pyrex/Compiler
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Builtin.py
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Builtin.pyc
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Builtin.pyo
/usr/lib/python2.7/site-packages/Pyrex/Compiler/CmdLine.py
/usr/lib/python2.7/site-packages/Pyrex/Compiler/CmdLine.pyc
/usr/lib/python2.7/site-packages/Pyrex/Compiler/CmdLine.pyo
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Code.py
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Code.pyc
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Code.pyo
/usr/lib/python2.7/site-packages/Pyrex/Compiler/DebugFlags.py
/usr/lib/python2.7/site-packages/Pyrex/Compiler/DebugFlags.pyc
/usr/lib/python2.7/site-packages/Pyrex/Compiler/DebugFlags.pyo
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Errors.py
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Errors.pyc
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Errors.pyo
/usr/lib/python2.7/site-packages/Pyrex/Compiler/ExprNodes.py
/usr/lib/python2.7/site-packages/Pyrex/Compiler/ExprNodes.pyc
/usr/lib/python2.7/site-packages/Pyrex/Compiler/ExprNodes.pyo
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Filenames.py
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Filenames.pyc
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Filenames.pyo
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Lexicon.pickle
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Lexicon.py
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Lexicon.pyc
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Lexicon.pyo
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Main.py
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Main.pyc
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Main.pyo
/usr/lib/python2.7/site-packages/Pyrex/Compiler/ModuleNode.py
/usr/lib/python2.7/site-packages/Pyrex/Compiler/ModuleNode.pyc
/usr/lib/python2.7/site-packages/Pyrex/Compiler/ModuleNode.pyo
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Naming.py
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Naming.pyc
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Naming.pyo
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Nodes.py
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Nodes.pyc
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Nodes.pyo
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Options.py
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Options.pyc
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Options.pyo
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Parsing.py
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Parsing.pyc
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Parsing.pyo
/usr/lib/python2.7/site-packages/Pyrex/Compiler/PyrexTypes.py
/usr/lib/python2.7/site-packages/Pyrex/Compiler/PyrexTypes.pyc
/usr/lib/python2.7/site-packages/Pyrex/Compiler/PyrexTypes.pyo
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Scanning.py
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Scanning.pyc
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Scanning.pyo
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Symtab.py
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Symtab.pyc
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Symtab.pyo
/usr/lib/python2.7/site-packages/Pyrex/Compiler/TypeSlots.py
/usr/lib/python2.7/site-packages/Pyrex/Compiler/TypeSlots.pyc
/usr/lib/python2.7/site-packages/Pyrex/Compiler/TypeSlots.pyo
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Version.py
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Version.pyc
/usr/lib/python2.7/site-packages/Pyrex/Compiler/Version.pyo
/usr/lib/python2.7/site-packages/Pyrex/Compiler/__init__.py
/usr/lib/python2.7/site-packages/Pyrex/Compiler/__init__.pyc
/usr/lib/python2.7/site-packages/Pyrex/Compiler/__init__.pyo
/usr/lib/python2.7/site-packages/Pyrex/Debugging.py
/usr/lib/python2.7/site-packages/Pyrex/Debugging.pyc
/usr/lib/python2.7/site-packages/Pyrex/Debugging.pyo
/usr/lib/python2.7/site-packages/Pyrex/Distutils
/usr/lib/python2.7/site-packages/Pyrex/Distutils/__init__.py
/usr/lib/python2.7/site-packages/Pyrex/Distutils/__init__.pyc
/usr/lib/python2.7/site-packages/Pyrex/Distutils/__init__.pyo
/usr/lib/python2.7/site-packages/Pyrex/Distutils/build_ext.py
/usr/lib/python2.7/site-packages/Pyrex/Distutils/build_ext.pyc
/usr/lib/python2.7/site-packages/Pyrex/Distutils/build_ext.pyo
/usr/lib/python2.7/site-packages/Pyrex/Distutils/extension.py
/usr/lib/python2.7/site-packages/Pyrex/Distutils/extension.pyc
/usr/lib/python2.7/site-packages/Pyrex/Distutils/extension.pyo
/usr/lib/python2.7/site-packages/Pyrex/DistutilsOld
/usr/lib/python2.7/site-packages/Pyrex/DistutilsOld/__init__.py
/usr/lib/python2.7/site-packages/Pyrex/DistutilsOld/__init__.pyc
/usr/lib/python2.7/site-packages/Pyrex/DistutilsOld/__init__.pyo
/usr/lib/python2.7/site-packages/Pyrex/DistutilsOld/build_ext.py
/usr/lib/python2.7/site-packages/Pyrex/DistutilsOld/build_ext.pyc
/usr/lib/python2.7/site-packages/Pyrex/DistutilsOld/build_ext.pyo
/usr/lib/python2.7/site-packages/Pyrex/Mac
/usr/lib/python2.7/site-packages/Pyrex/Mac/DarwinSystem.py
/usr/lib/python2.7/site-packages/Pyrex/Mac/DarwinSystem.pyc
/usr/lib/python2.7/site-packages/Pyrex/Mac/DarwinSystem.pyo
/usr/lib/python2.7/site-packages/Pyrex/Mac/MacSystem.py
/usr/lib/python2.7/site-packages/Pyrex/Mac/MacSystem.pyc
/usr/lib/python2.7/site-packages/Pyrex/Mac/MacSystem.pyo
/usr/lib/python2.7/site-packages/Pyrex/Mac/MacUtils.py
/usr/lib/python2.7/site-packages/Pyrex/Mac/MacUtils.pyc
/usr/lib/python2.7/site-packages/Pyrex/Mac/MacUtils.pyo
/usr/lib/python2.7/site-packages/Pyrex/Mac/TS_Misc_Suite.py
/usr/lib/python2.7/site-packages/Pyrex/Mac/TS_Misc_Suite.pyc
/usr/lib/python2.7/site-packages/Pyrex/Mac/TS_Misc_Suite.pyo
/usr/lib/python2.7/site-packages/Pyrex/Mac/__init__.py
/usr/lib/python2.7/site-packages/Pyrex/Mac/__init__.pyc
/usr/lib/python2.7/site-packages/Pyrex/Mac/__init__.pyo
/usr/lib/python2.7/site-packages/Pyrex/Mac/setup.py
/usr/lib/python2.7/site-packages/Pyrex/Mac/setup.pyc
/usr/lib/python2.7/site-packages/Pyrex/Mac/setup.pyo
/usr/lib/python2.7/site-packages/Pyrex/Plex
/usr/lib/python2.7/site-packages/Pyrex/Plex/Actions.py
/usr/lib/python2.7/site-packages/Pyrex/Plex/Actions.pyc
/usr/lib/python2.7/site-packages/Pyrex/Plex/Actions.pyo
/usr/lib/python2.7/site-packages/Pyrex/Plex/DFA.py
/usr/lib/python2.7/site-packages/Pyrex/Plex/DFA.pyc
/usr/lib/python2.7/site-packages/Pyrex/Plex/DFA.pyo
/usr/lib/python2.7/site-packages/Pyrex/Plex/Errors.py
/usr/lib/python2.7/site-packages/Pyrex/Plex/Errors.pyc
/usr/lib/python2.7/site-packages/Pyrex/Plex/Errors.pyo
/usr/lib/python2.7/site-packages/Pyrex/Plex/Lexicons.py
/usr/lib/python2.7/site-packages/Pyrex/Plex/Lexicons.pyc
/usr/lib/python2.7/site-packages/Pyrex/Plex/Lexicons.pyo
/usr/lib/python2.7/site-packages/Pyrex/Plex/Machines.py
/usr/lib/python2.7/site-packages/Pyrex/Plex/Machines.pyc
/usr/lib/python2.7/site-packages/Pyrex/Plex/Machines.pyo
/usr/lib/python2.7/site-packages/Pyrex/Plex/Regexps.py
/usr/lib/python2.7/site-packages/Pyrex/Plex/Regexps.pyc
/usr/lib/python2.7/site-packages/Pyrex/Plex/Regexps.pyo
/usr/lib/python2.7/site-packages/Pyrex/Plex/Scanners.py
/usr/lib/python2.7/site-packages/Pyrex/Plex/Scanners.pyc
/usr/lib/python2.7/site-packages/Pyrex/Plex/Scanners.pyo
/usr/lib/python2.7/site-packages/Pyrex/Plex/Timing.py
/usr/lib/python2.7/site-packages/Pyrex/Plex/Timing.pyc
/usr/lib/python2.7/site-packages/Pyrex/Plex/Timing.pyo
/usr/lib/python2.7/site-packages/Pyrex/Plex/Traditional.py
/usr/lib/python2.7/site-packages/Pyrex/Plex/Traditional.pyc
/usr/lib/python2.7/site-packages/Pyrex/Plex/Traditional.pyo
/usr/lib/python2.7/site-packages/Pyrex/Plex/Transitions.py
/usr/lib/python2.7/site-packages/Pyrex/Plex/Transitions.pyc
/usr/lib/python2.7/site-packages/Pyrex/Plex/Transitions.pyo
/usr/lib/python2.7/site-packages/Pyrex/Plex/__init__.py
/usr/lib/python2.7/site-packages/Pyrex/Plex/__init__.pyc
/usr/lib/python2.7/site-packages/Pyrex/Plex/__init__.pyo
/usr/lib/python2.7/site-packages/Pyrex/Plex/test_tm.py
/usr/lib/python2.7/site-packages/Pyrex/Plex/test_tm.pyc
/usr/lib/python2.7/site-packages/Pyrex/Plex/test_tm.pyo
/usr/lib/python2.7/site-packages/Pyrex/Unix
/usr/lib/python2.7/site-packages/Pyrex/Unix/LinuxSystem.py
/usr/lib/python2.7/site-packages/Pyrex/Unix/LinuxSystem.pyc
/usr/lib/python2.7/site-packages/Pyrex/Unix/LinuxSystem.pyo
/usr/lib/python2.7/site-packages/Pyrex/Unix/__init__.py
/usr/lib/python2.7/site-packages/Pyrex/Unix/__init__.pyc
/usr/lib/python2.7/site-packages/Pyrex/Unix/__init__.pyo
/usr/lib/python2.7/site-packages/Pyrex/Utils.py
/usr/lib/python2.7/site-packages/Pyrex/Utils.pyc
/usr/lib/python2.7/site-packages/Pyrex/Utils.pyo
/usr/lib/python2.7/site-packages/Pyrex/__init__.py
/usr/lib/python2.7/site-packages/Pyrex/__init__.pyc
/usr/lib/python2.7/site-packages/Pyrex/__init__.pyo
/usr/share/doc/packages/python2-Pyrex
/usr/share/doc/packages/python2-Pyrex/About.html
/usr/share/doc/packages/python2-Pyrex/CHANGES.txt
/usr/share/doc/packages/python2-Pyrex/CHECKLIST.txt
/usr/share/doc/packages/python2-Pyrex/Demos
/usr/share/doc/packages/python2-Pyrex/Demos/Makefile
/usr/share/doc/packages/python2-Pyrex/Demos/Makefile.nodistutils
/usr/share/doc/packages/python2-Pyrex/Demos/Setup.py
/usr/share/doc/packages/python2-Pyrex/Demos/callback
/usr/share/doc/packages/python2-Pyrex/Demos/callback/Makefile
/usr/share/doc/packages/python2-Pyrex/Demos/callback/Makefile.nodistutils
/usr/share/doc/packages/python2-Pyrex/Demos/callback/README.txt
/usr/share/doc/packages/python2-Pyrex/Demos/callback/Setup.py
/usr/share/doc/packages/python2-Pyrex/Demos/callback/cheese.pyx
/usr/share/doc/packages/python2-Pyrex/Demos/callback/cheesefinder.c
/usr/share/doc/packages/python2-Pyrex/Demos/callback/cheesefinder.h
/usr/share/doc/packages/python2-Pyrex/Demos/callback/run_cheese.py
/usr/share/doc/packages/python2-Pyrex/Demos/embed
/usr/share/doc/packages/python2-Pyrex/Demos/embed/Makefile
/usr/share/doc/packages/python2-Pyrex/Demos/embed/Makefile.msc
/usr/share/doc/packages/python2-Pyrex/Demos/embed/Makefile.msc.static
/usr/share/doc/packages/python2-Pyrex/Demos/embed/Makefile.unix
/usr/share/doc/packages/python2-Pyrex/Demos/embed/README
/usr/share/doc/packages/python2-Pyrex/Demos/embed/embedded.pyx
/usr/share/doc/packages/python2-Pyrex/Demos/embed/main.c
/usr/share/doc/packages/python2-Pyrex/Demos/numeric_demo.pyx
/usr/share/doc/packages/python2-Pyrex/Demos/primes.pyx
/usr/share/doc/packages/python2-Pyrex/Demos/pyprimes.py
/usr/share/doc/packages/python2-Pyrex/Demos/run_numeric_demo.py
/usr/share/doc/packages/python2-Pyrex/Demos/run_primes.py
/usr/share/doc/packages/python2-Pyrex/Demos/run_spam.py
/usr/share/doc/packages/python2-Pyrex/Demos/spam.pyx
/usr/share/doc/packages/python2-Pyrex/FAQ.html
/usr/share/doc/packages/python2-Pyrex/INSTALL.txt
/usr/share/doc/packages/python2-Pyrex/LICENSE.txt
/usr/share/doc/packages/python2-Pyrex/LanguageOverview.html
/usr/share/doc/packages/python2-Pyrex/Manual
/usr/share/doc/packages/python2-Pyrex/Manual/Limitations.html
/usr/share/doc/packages/python2-Pyrex/Manual/basics.html
/usr/share/doc/packages/python2-Pyrex/Manual/extension_types.html
/usr/share/doc/packages/python2-Pyrex/Manual/external.html
/usr/share/doc/packages/python2-Pyrex/Manual/sharing.html
/usr/share/doc/packages/python2-Pyrex/Manual/source_files.html
/usr/share/doc/packages/python2-Pyrex/Manual/special_methods.html
/usr/share/doc/packages/python2-Pyrex/Manual/using_with_c++.html
/usr/share/doc/packages/python2-Pyrex/README.txt
/usr/share/doc/packages/python2-Pyrex/Release_Notes_0.9.9.html
/usr/share/doc/packages/python2-Pyrex/ToDo.txt
/usr/share/doc/packages/python2-Pyrex/USAGE.txt
/usr/share/doc/packages/python2-Pyrex/index.html
/usr/share/doc/packages/python2-Pyrex/primes.c


Generated by rpm2html 1.8.1

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