2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-12-30 14:05:42 by Adam Ciarcinski | Files touched by this commit (125) |
Log message:
Forget about Python 3.6
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-10 01:20:24 by David H. Gutteridge | Files touched by this commit (3) |
Log message:
py-jupyter_client: set sticky bit only on the directory
Addresses PR pkg/56437 from Chavdar Ivanov, who also supplied the patch
that has already been integrated upstream (but not yet in a release
branch).
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-06-29 11:23:30 by Nia Alarie | Files touched by this commit (1) |
Log message:
typo, pointed out by adam
|
2021-06-29 10:34:19 by Nia Alarie | Files touched by this commit (5) |
Log message:
py-traitlets: doesn't support Python 3.6 in version 5
|
2021-06-10 20:46:05 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-jupyter_client: updated to 6.1.12
6.1.11
======
- Move jedi pinning to test requirements (:ghpull:`599`)
6.1.10
======
- Add change parameter needed for observer method of kernel_spec_manager trait \
(:ghpull:`598`)
6.1.9
=====
- Pin jedi<=0.17.2 (:ghpull:`596`)
6.1.8
=====
- Doc updates (:ghpull:`563`, :ghpull:`564`, :ghpull:`587`)
- Fix path to the connection file (:ghpull:`568`)
- Code cleanup (:ghpull:`574`, :ghpull:`579`)
- Silence kill_kernel when no process is present (:ghpull:`576`)
- Remove extra_env and corresponding test (:ghpull:`581`)
- Add documentation dependencies to setup.py (:ghpull:`582`)
- Fix for Windows localhost IP addresses (:ghpull:`584`)
- Drop Travis CI, add GitHub Actions (:ghpull:`586`)
- Adapt KernelManager._kernel_spec_manager_changed to observe (:ghpull:`588`)
- Allow use ~/ in the kernel's command or its arguments (:ghpull:`589`)
- Change wait_for_ready logic (:ghpull:`592`)
- Fix test_session with msgpack v1 (:ghpull:`594`)
|
2020-08-26 13:37:24 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-jupyter_client: updated to 6.1.7
6.1.7
- Fixed launching non python kernels from a windows store installed jupyter
- Silenced kill_kernel when kernel is already terminated
- Removed a number of python 2 code paths
- Documentation improvements around debug request/reply patterns
|