Package Release Info

python-egenix-mx-base-3.2.8-bp150.2.4

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python-egenix-mx-base
python-egenix-mx-base-devel

Change Logs

* Mon May 04 2015 benoit.monin@gmx.fr
- update to version 3.2.8:
  * Added web installer support to mxSetup, the distutils extension
    module which drives all our product installations.
  * Uploaded web installer package to PyPI which simplifies
    installation.
  * In addition to the usual ways of installing eGenix mx Base, we
    have uploaded a web installer to PyPI, so that it is now also
    possible to use one of these installation methods on all
    supported platforms (Windows, Linux, FreeBSD, Mac OS X):
    + easy_install egenix-mx-base via PyPI
    + pip install egenix-mx-base via PyPI
    + egenix-mx-base egg reference in zc.buildout via PyPI
    + running "python setup.py install" in the unzipped web
    installer archive directory
  * The web installer will automatically detect the platform and
    choose the right binary download package for you. All downloads
    are verified before installation.
  * mxDateTime: Protected delta.strftime() against segfaults on
    Windows, which only allows day values <= 31 and segfaults for
    higher values. Thanks to Frank Boje for reporting this problem.
  * mxTextTools: Fixed a double decref in the tagging engine that
    surfaced when using custom tag objects and appending the
    results to them. Thanks to Richard Moseley for the report.
  * Prepared eGenix mx Base for two digit Python patch level
    numbers such as Python 2.7.10
- always run fdupes during build : drop test for opensuse 10.3
- define python_sitearch only for SLE11
- remove unwanted shebang of python files in a more generic way
* Sun Feb 02 2014 os-dev@jacraig.com
- Update to 3.2.7:
  * No upstream changelog provided.
* Thu Oct 24 2013 speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
* Fri Jun 22 2012 cfarrell@suse.com
- license update: SUSE-Egenix-1.1.0
  SPDX format (or choose from the list linked at license.opensuse.org)
* Wed May 23 2012 saschpe@suse.de
- Update to version 3.2.4
  * No upstream provided changelog
* Wed Sep 21 2011 saschpe@suse.de
- Update to version 3.2.1:
  * No upstream provided changelog
- Merged doc package into base package
- Fixed non-executable scripts
- Removed outdated stuff (%clean section, authors)
- Dropped egenix-mx-base-3.1.2-install_data.patch, use --install-data instead
* Thu Sep 03 2009 matejcik@suse.cz
- patched package to install_data into platlib (because installing
  half of package into purelib and half into platlib is just bad style)
* Thu Sep 03 2009 matejcik@suse.cz
- py_sitedir -> python_sitearch
* Thu Jun 11 2009 James Oakley <jfunk@funktronics.ca>
- Use namespace in perl abs2rel call
* Mon May 25 2009 James Oakley <jfunk@funktronics.ca>
- Update to 3.1.2
- Fix rpmlint warnings
* Tue Jul 22 2008 Pascal Bleser <pascal.bleser@opensuse.org>
- added missing defattr, resulting -devel had wrong user:group
* Mon Jul 14 2008 James Oakley <jfunk@funktronics.ca>
- Apply rpmlint fixes from Andrea Florio <andrea@opensuse.org>
* Fri Apr 25 2008 James Oakley <jfunk@funktronics.ca>
- Resurrect in devel:languages:python
- Update to 3.0.0
* Thu Nov 09 2006 prusnak@suse.cz
- PEP353 fixes [ http://www.python.org/dev/peps/pep-0353/ ]
* Wed Nov 08 2006 prusnak@suse.cz
- stack top decrement moved outside of a Py_DECREF macro [#159995]
* Mon Mar 13 2006 jmatejek@suse.cz
- fixed nonsensical x<y<z formula in source (#156968)
* Tue Feb 28 2006 jmatejek@suse.cz
- updated to reflect python changes due to #149809
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Dec 06 2004 mcihar@suse.cz
- update to 2.0.6
* Wed Nov 24 2004 mcihar@suse.cz
- no need to hack record-rpm here anymore
- update to 2.0.5
- compile with -fno-strict-aliasing
- drop mx_customize_compiler as it just breaks things compared to distutils one