[Python-announce] Django-Compat-Patcher 0.12 released

2023-08-03 Thread Pascal Chambon
Hello everyone, I'm pleased to announce the release of Django-Compat-Patcher 0.12, which now includes 86 compatibility shims ranging from Django 1.6 to 4.2 If your Django project is incompatible with handy pluggable apps, or if you reach the depths of dependency hell when attempting to mass-u

[Python-announce] RSFile v2.2 released

2023-08-03 Thread Pascal Chambon
Dear pythoneers, I'm pleased to announce a little update of the RSFile I/O Library, bringing support for recent Python versions. RSFile provides drop-in replacements for io classes and for the open() builtin. Its goal is to provide a cross-platform, reliable, and comprehensive synchronous

[Python-announce] RsFile 3.0 released

2022-06-27 Thread Pascal Chambon
Dear pythoneers, I'm pleased to announce version 3.0 of RSFile I/O Library, which adds support for python 3.8, 3.9, and 3.10, drops support for Python<=3.5, and strengthens testing on OSX. RSFile provides cross-platform drop-in replacements for the classes of the io module, and for the open(

[Python-announce] ANN: django-compat-patcher 0.11 released

2022-06-17 Thread Pascal Chambon
Hello, it's with great pleasure that I announce the release of *django-compat-patcher v0.11* This release extends compatibility fixers so that you can painlessly upgrade your project to *Django 4.0*, without breaking your existing pluggable-apps ecosystem. -- DCP is a companion package wh

Django-Compat-Patcher 0.10 Released, with Django 3.1 support

2021-01-22 Thread Pascal Chambon
(and get in touch if some compatibility shims are missing for you) Pascal Chambon Project homepage : https://github.com/pakal/django-compat-patcher Download : https://pypi.org/project/django-compat-patcher/0.10/ PS: latest versions of Pip, with the improved dependency solver, might block on th

ANN: Django-Compat-Patcher0.4

2019-01-23 Thread Pascal Chambon
clean) codebase, and apply them automatically only when needed. It has been used successfully on the Pychronia roleplay portal (https://github.com/ChrysalisTeam/pychronia). Homepage of the DCP project : https://github.com/pakal/django-compat-patcher regards, Pascal Chambon -- https://mail.pytho

ANN: RsFile 2.2 released

2019-01-23 Thread Pascal Chambon
bases, synchronizing heterogeneous producer/consumer processes when multiprocessing semaphores aren’t an option… Tested on python2.7 and python3.5+, on windows and unix-like systems. Should work with IronPython/Jython/PyPy too, since it uses stdlib utilities and ctypes bridges. regards, Pascal Ch

Announcing django-compat-patcher 0.2

2017-02-02 Thread Pascal Chambon
*** django-compat-patcher 0.2 has been released. *** DCP is a “magic” package which adds backwards/forwards compatibility patches to Django, so that your app ecosystem doesn’t get broken by trivial changes made to the core of the framework. It injects compatibility shims like function/attribu

Rstransaction 0.1 released

2016-08-11 Thread Pascal Chambon
ansaction https://pypi.python.org/pypi/RSTransaction regards, Pascal Chambon -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/

RSFile v2.1 released

2016-06-24 Thread Pascal Chambon
O libs * Add standard files to the repository (readme, contributing, changelog etc.) * Integrate with Travis CI * Add some tweaks to mimick the more tolerant behaviour of python2.7 open(), regarding the mixing of str and unicode * Add script for aggregate coverage reporting * Strengthen tests

RSFile 1.1 released

2011-04-15 Thread Pascal Chambon
index.html Regards, Pascal Chambon PS : Due to miscellaneous bugs of python core and stdlib io modules which have been fixed relatively recently, it's advised to have an up-to-date minor version of python (be it 2.6, 2.7 or 3.2) to benefit from RSFile. -- http://mail.python.org/mailman/list

RSFile 1.0 Released

2010-05-19 Thread Pascal Chambon
Hello everyone, I'm presently pleased to announce the first stable release of the "RSFile" package. RSFile aims at providing python with a cross-platform, reliable, and comprehensive file I/O API. It's actually a partial reimplementation of the io module, as compatible as possible (it passes

ANN - RockSolidTools' RSFile Advanced Streams v1.0a1

2010-02-17 Thread Pascal Chambon
Hello everyone, I'm presently pleased to announce the first release of the "rsfile" package, in its alpha1 stage. Whatszepoint ? will you ask. Libraries to access files, we already have quite a bunch of them, without counting the new io modules of the stdlib! And that's precisely where rsfile