From 88d664f1d169a424d5168f56477a744aabe8d272 Mon Sep 17 00:00:00 2001 From: stonebig Date: Sat, 9 Jan 2021 19:59:33 +0100 Subject: [PATCH] update packages --- winpython/__init__.py | 4 ++-- winpython/data/packages.ini | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/winpython/__init__.py b/winpython/__init__.py index f5d62d46..15cb3b53 100644 --- a/winpython/__init__.py +++ b/winpython/__init__.py @@ -4,7 +4,7 @@ ----------------------------------------- Copyright (c) 2012-2013 Pierre Raybaut -Copyright (c) 2014-2020+ The Winpython development team https://github.com/winpython/ +Copyright (c) 2014-2021+ The Winpython development team https://github.com/winpython/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation @@ -28,6 +28,6 @@ OTHER DEALINGS IN THE SOFTWARE. """ -__version__ = '3.0.202011219' +__version__ = '3.1.20210109' __license__ = __doc__ __project_url__ = 'http://winpython.github.io/' diff --git a/winpython/data/packages.ini b/winpython/data/packages.ini index 5d353484..97ea1a16 100644 --- a/winpython/data/packages.ini +++ b/winpython/data/packages.ini @@ -2791,3 +2791,18 @@ description = Large-scale sparse linear classification, regression and ranking i [textdistance] description = Compute distance between the two texts. +[siphon] +description = A collection of Python utilities for interacting with the Unidata technology stack. + +[et-xmlfile] +description = An implementation of lxml.xmlfile for the standard library + +[jdcal] +description = Julian dates from proleptic Gregorian and Julian calendars. + +[orjson] +description = Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy + +[zstandard] +description = Zstandard bindings for Python +