Next | Query returned 34 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2022-11-28 19:06:55 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-jupyter_core: updated to 5.1.0

5.1.0

Enhancements made

- Add run_sync and ensure_async functions

Maintenance and upkeep improvements

- Add more path tests
- Clean up workflows and add badges
- CI Cleanup

Documentation improvements

- Clean up workflows and add badges
   2022-11-22 11:25:01 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-jupyter_core: needs hatchling to install
   2022-11-22 11:18:06 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-jupyter_core: updated to 5.0.0

5.0.0

Major Changes

Prefer Environment Level Configuration

We now make the assumption that if we are running in a virtual environment, we \ 
should prioritize the environment-level `sys.prefix` over the user-level paths. \ 
Users can opt out of this behavior by setting `JUPYTER_PREFER_ENV_PATH`, which \ 
takes precedence over our autodetection.

Migrate to Standard Platform Directories

In version 5, we introduce a `JUPYTER_PLATFORM_DIRS` environment variable to opt \ 
in to using more appropriate platform-specific directories.  We raise a \ 
deprecation warning if the variable is not set.  In version 6,  \ 
`JUPYTER_PLATFORM_DIRS` will be opt-out.  In version 7, we will remove the \ 
environment variable checks and old directory logic.

Drop Support for Python 3.7

We are dropping support for Python 3.7 ahead of its official end of life, to \ 
reduce maintenance burden as we add support for Python 3.11.

Enhancements made

- Use platformdirs for path locations
- Try to detect if we are in a virtual environment and change path precedence \ 
accordingly

Bugs fixed

- Add current working directory as first config path
- Fix inclusion of jupyter file and check in CI

Maintenance and upkeep improvements

- Bump github/codeql-action from 1 to 2
- Bump actions/checkout from 2 to 3
- Add dependabot
- Adopt jupyter releaser
- Add more typing
- Require Python 3.8+
- Use hatch backend
- Switch to flit build backend
- is_hidden: Use normalized paths

Documentation

- Update broken link to `Contributing` guide
   2022-04-19 13:34:27 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-jupyter_core: updated to 4.10.0

4.10.0
* Include all files from ``jupyter_core``.
* Add project URLs to ``setup.cfg``.
* Set up pre-commit.
* Add flake8 and mypy settings.
* Clean up CI.
   2022-02-16 10:53:20 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jupyter_core: updated to 4.9.2

4.9.2

set proper sys.argv[0] for subcommand
Add explicit encoding in open calls
jupyter_config_dir - reorder home_dir initialization
   2022-01-27 10:18:53 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-jupyter_core: updated to 4.9.1

4.9.1

- Add a workaround for virtualenv for getting the user site directory.

4.9.0

- Add Python site user base subdirectories to config and data user-level paths \ 
if ``site.ENABLE_USER_SITE`` is True. One way to disable these directory \ 
additions is to set the ``PYTHONNOUSERSITE`` environment variable. These \ 
locations can be customized by setting the ``PYTHONUSERBASE`` environment \ 
variable.

4.8.2

jupyter_core 4.8.1 was released the same day as 4.8.0 and also included the fix \ 
below for the Windows tests. Unfortunately, the 4.8.1 release commit and tag \ 
were not pushed to GitHub. We are releasing 4.8.2 so we have a commit and tag in \ 
version control.

- Fix windows test regression

4.8.0

jupyter-core now has experimental support for PyPy (Python 3.7). Some features \ 
are known not to work due to limitations in PyPy, such as hidden file detection \ 
on Windows.

- Print an error message instead of an exception when a command is not found
- Return canonical path when using ``%APPDATA%`` on Windows
- Print full usage on missing or invalid commands
- Remove dependency on ``pywin32`` package on PyPy
- Update packages listed in ``jupyter --version``
- Inherit base aliases/flags from traitlets Application, including \ 
``--show-config`` from traitlets 5
- Trigger warning when trying to check hidden file status on PyPy
   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

Next | Query returned 34 messages, browsing 11 to 20 | Previous