Thank you!
Missing recent commits and tags
Thanks for reporting. ruamel.std.pathlib 0.12.0 has been tagged and pushed, and the tar.xz of that commit is available here: https://sourceforge.net/projects/ruamel-dl-tagged-releases/files/
version upgrade
Added tag 0.12.0 for changeset 63b7fbcb8066
orjson, chunked blake3
Missing recent commits and tags
added type info
Added tag 0.9.2 for changeset fe2610d38ada
update blake3 to different multi=threading parameter
Added tag 0.9.1 for changeset e4cdf97e0b78
made Path subclassable, and have attributes
Added tag 0.9.0 for changeset 169f075f132b
Missing repo tag and tagged-release tarball for 0.7.0
I pushed out 0..8.0
added .is_relative_to for < 3.9
Added tag 0.8.0 for changeset 4c786abb1720
removed support for Python 2
Missing repo tag and tagged-release tarball for 0.7.0
Please, package tests as well
You can download an auto generated repo snaphost, that includes the tests from https://sourceforge.net/projects/ruamel-dl-tagged-releases/files/ In particular https://sourceforge.net/projects/ruamel-dl-tagged-releases/files/ruamel.std.pathlib-0.6.4.tar.xz/download which link is stable, apart from the version number. ( Those are tar.xz files generated with hg archvie --rev <tag> .. | xz -9f not with python setup.py sdist )
Please, see https://sourceforge.net/p/ruamel-std-pathlib/tickets/3/
Please, package tests as well
Fails to build with Python 3.7?
added expanduser
new setup
- updated readme with example code and output
Added tag 0.4.0 for changeset cee461dbbaca
Incorrect LICENSE info processing -> wrong PKG_INFO on PyPI
Incorrect LICENSE info processing -> wrong PKG_INFO on PyPI
Added tag 0.4.1 for changeset 47936765ef51
removed universalness as this pulls in pathlib2 on python3.5 as well.
Added tag 0.4.2 for changeset 188f3fddb0db
added copy method (shutil)
Added tag 0.4.4 for changeset e962dc9d0e79
....
added TempDir
re-added tox.ini
Added tag 0.6.0 for changeset 74c98664bf17
fix for initializing TempDir with keep=N
Added tag 0.6.1 for changeset 2074832a7080
doc generation test 1
fix for environments without USER env.var (rtfd)
fix dependency on pathlib2
Added tag 0.6.3 for changeset 79fff2a1baf7
Added tag 0.6.2 for changeset 4c707aec70ea
update setup.py reported by Andrey Utkin
Added tag 0.6.4 for changeset 12032dc99624
Please be a bit more patient, I was not ignoring you but out of town. (originally posted on 2019-06-21 at 21:26:53)
status set to open Please add a tag in the repo - this blocks packaging. (originally posted on 2019-06-20 at 17:27:25 by Andrey Utkin <andrey-utkin@bitbucket>)
The reason for using Bitbucket and not PyPI is that PyPI distribution lacks test files. (originally posted on 2019-06-18 at 09:51:23 by Andrey Utkin <andrey-utkin@bitbucket>)
Fantastic! Could you please also add new release tag in BitBucket? Currently Gentoo packages fetch a Bitbucket snapshot. (originally posted on 2019-06-18 at 09:46:39 by Andrey Utkin <andrey-utkin@bitbucket>)
status set to resolved https://bitbucket.org/ruamel/std.pathlib/commits/12032dc9962436711b572028cb0622c4f4aea291 (originally posted on 2019-06-17 at 20:32:39)
Thanks for reporting. The internals of distutils have changed in an backwards incompatible way. The generic `setup.py` has already been fixed for `ruamel.yaml`, I just need to cut another release. (originally posted on 2019-06-17 at 20:19:50)
I am now using this as a workaround: diff --git a/__init__.py b/__init__.py index 3f4ace5..9e71492 100644 --- a/__init__.py +++ b/__init__.py @@ -14,6 +14,7 @@ _package_data = dict( extras_require={ ':python_version<="3.4"': ['pathlib2', ], }, + keywords='', license='MIT License', universal=True, tox=dict( (originally posted on 2019-04-15 at 10:26:21 by ncopa <ncopa@bitbucket>)
Using cached https://files.pythonhosted.org/packages/8c/44/cbe416a864949348b63fc944278bf97905e8edf6a0323e350f05ce87b24e/ruamel.std.pathlib-0.6.3-py2.py3-none-any.whl Does this use the setup.py? What happens if you do python3 setup.py build? I was not able to reproduce with pip either. (originally posted on 2019-04-15 at 10:25:24 by ncopa <ncopa@bitbucket>)
status set to on hold I cannot reproduce this: $ /opt/python/3.7/bin/python -m venv /tmp/pathlib_issue1 $ source /tmp/pathlib_issue1/bin/activate (pathlib_issue1) $ pip install -U pip Looking in indexes: https://pypi.org/simple, http://localhost:4040/anthon/dev/+simple/ Requirement already up-to-date: pip in /tmp/pathlib_issue1/lib/python3.7/site-packages (19.0.3) (pathlib_issue1) $ python --version Python 3.7.3 (pathlib_issue1) $ pip install -U ruamel.std.pathlib Looking in indexes: https://pypi.org/simple,...
None (originally posted on 2019-04-15 at 08:21:48 by ncopa <ncopa@bitbucket>)