2015-06-10 11:02:04 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.9.2:
0.9.2 2015-04-25
BUG FIXES
* Support failing server certification check. (Mitsuhiro Koga, #1059821)
CHANGES
* Drop support for Python versions before 2.6. (Jelmer Vernooij)
IMPROVEMENTS
* Support PYDOCTOR_OPTIONS in Makefile. (Jelmer Vernooij)
|
2015-06-09 10:36:36 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.9.1:
0.9.1 2013-05-06
CHANGES
* For the moment, disable subvertpy.wc.WorkingCopy when used with Subversion 1.7.
Subversion 1.7 has some significant changes in the behaviour of
the working copy API because of the WC-NG rewrite.
Support for the WC API in newer versions of Subversion will be re-added later
(help welcome), but since most users (bzr-svn is the only I'm aware of)
don't seem to actually rely on it, it seemed better to disable it and
support 1.7 than to prevent use of newer svn versions altogether.
(Jelmer Vernooij)
TESTS
* Fix TestClient.test_info when run against Subversion 1.6. (Jelmer Vernooij)
BUG FIXES
* Use PyObject_AsFileDescriptor instead of PyFile_AsFile so
apr_file_from_object works under Win32. (Yonggang Luo)
0.9.0 2012-07-08
IMPROVEMENTS
* Some fixes to help with porting to Python 3. (Yonggang Luo)
* Add bindings for svn.client.Client.info(), svn.client.Client.log() and
svn.client.Client.cat(). (Mark Lee)
* Add constant ERR_WC_UPGRADE_REQUIRED. (Jelmer Vernooij)
* In Client.checkout, default to HEAD revision. (Jelmer Vernooij)
TESTS
* Remove readonly files properly in tests. (Yonggang Luo, #943131)
DOCUMENTATION
* Update documentation for building on Windows. (Yonggang Luo)
BUG FIXES
* Include *.c files in MANIFEST. (#951060, Shlomi Fish)
|
2015-04-06 10:17:41 by Adam Ciarcinski | Files touched by this commit (470) |
Log message:
Revbump after updating textproc/icu
|
2014-10-07 18:47:38 by Adam Ciarcinski | Files touched by this commit (442) |
Log message:
Revbump after updating libwebp and icu
|
2014-05-09 09:37:28 by Thomas Klausner | Files touched by this commit (553) |
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
|
2014-04-09 09:27:19 by OBATA Akio | Files touched by this commit (452) |
Log message:
recursive bump from icu shlib major bump.
|
2014-02-13 00:18:57 by Matthias Scheler | Files touched by this commit (1568) |
Log message:
Recursive PKGREVISION bump for OpenSSL API version bump.
|
2014-01-25 11:30:32 by Thomas Klausner | Files touched by this commit (533) | |
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
|
2013-12-01 11:18:04 by Ryo ONODERA | Files touched by this commit (32) | |
Log message:
Revbump from devel/apr update
|
2013-10-19 11:07:13 by Adam Ciarcinski | Files touched by this commit (346) |
Log message:
Revbump after updating textproc/icu
|