Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
This fails to build with Python 3 but works on 2.7. There is no indication
that I can find of which versions are supported upstream.
Perhaps the Python bindings should be optional.
|
|
devel/py-test-localserver, devel/py-setuptools
|
|
v65.5.0
-------
Changes
* Fixed editable install for multi-module/no-package ``src``-layout projects.
* Minor refactorings to support distutils using stdlib logging module.
Documentation changes
* Updated the example version numbers to be compliant with PEP-440 on the "Specifying Your Project’s Version" page of the user guide.
Misc
* Improved information about conflicting entries in the current working directory
and editable install (in documentation and as an informational warning).
* Updated version of ``validate_pyproject``.
|
|
0.7.0 (2022-08-30)
------------------
Make smtp support an optional extra
Update some obsolete syntax to drop support for Python 2
Add linting for code and workflow actions using pre-commit hooks
Expand the range of pytest versions known to be compatible, with tests
Add badges to README
|
|
1.0.0rc9:
Bug fixes
|
|
0.20.1 (22-10-21)
=================
- Fixes an issue that warned about using an old version of pytest, even though the most recent version was installed.
0.20.0 (22-10-21)
=================
- BREAKING: Removed *legacy* mode. If you're upgrading from v0.19 and you haven't configured ``asyncio_mode = legacy``, you can upgrade without taking any additional action. If you're upgrading from an earlier version or you have explicitly enabled *legacy* mode, you need to switch to *auto* or *strict* mode before upgrading to this version.
- Deprecate use of pytest v6.
- Fixed an issue which prevented fixture setup from being cached.
|
|
|
|
|
|
|
|
Pkgsrc changes:
Github and pkglint fixes.
Changes from NEWS:
## GNU ZRTP 4.6.6 ##
Small fix in zrtp/crypto/zrtpDh.cpp to fix a small memory leak.
## GNU ZRTP 4.6.5 ##
Cleanup compiler flags, reduce visibility for Android build,
check some buffer length. No functional enhancements, no changes
in API.
## GNU ZRTP 4.6.4 ##
Some fixes to slience Windows C/C++ compiler, fix a few include
statements when using openSSL, small fixes to check disclosure
flag. Reset valid flags when adding a new cache record to avoid
wrong security message.
## GNU ZRTP 4.6.3 ##
A small fix inside the ZRTP main module to ignore malformed
DH1 packets and avoid an NULL pointer access.
## GNU ZRTP 4.6.2 ##
A small fix in the ZrtpCWrapper to fix an issue within 4.6.1
;-)
## GNU ZRTP 4.6.1 ##
A small fix in the ZrtpCWrapper to initialize and use the ZRTP
master instance in case of multi-stream usage. Does not affect
the main ZRTP usage, only projects that use the wrapper such
as PJSIP or Gstreamer projects.
These project should re-compile if they use the multi-stream
feature.
## GNU ZRTP 4.6.0 ##
Only a small add-on to the code to implement handling of the
disclosure flag. See RFC6189, chapter 11 for more details
about the disclosure flag.
Because the API changed, thus it's necessary to recompile
applications that use the new library version.
## GNU ZRTP 4.5.0 ##
Added a new SAS algorithm 'B32E' that uses 32 Unicode Emoji
code points instead of 32 ASCII characters. Application that
are able to display Emojis may use this new SAS algorithm to
display nice Emojis instead of 'boring' ASCII letters and
digits.
Some technical details:
* the 32 selected emojis are easily distinguishable, known to
everyone, not offending etc, and use standard Unicode code
points
* select colored emojis that look good on white and on black
backgrounds (most emojis look good on white only)
* select emojis that are available on iOS, Android, Mac OS X
(Windows not checked)
* the resulting SAS string is UTF-8 encoded, suitable for most
platforms except Java.
To use the codes for Java the application needs to translate the
UTF-8 encoding into UTF-16 encoding. Because most of the emojis
are Unicode supplementary characters the UTF-8 to UTF-16 conversion
must generate the necessary UTF-16 surrogate pairs.
To support the UTF-8 / UTF-16 conversion the common directory
contains conversion functions that I extracted from ICU C/C++
library source.
Because the API changed, thus it's necessary to recompile
applications that use the new library version.
|
|
|
|
|
|
1.0.6
Changed
- Improved cmake for mingw by Miloš Komarčević
1.0.5
Changed
- Updated documentation to new 121.0-B-3 standard. The new standard
mainly clarifies and explicitly defines special cases which could be
ambiguous or misleading in previous revisions.
These changes did *not* require any substantial changes to libaec.
Existing compressed data is still compatible with this version of
the library and compressed data produced by this version can be
uncompressed with previous versions.
- Modernized CMake
- Better CMake integration with HDF5 by Jan-Willem Blokland
|
|
|
|
0.20.0
Changed
- Type Router.__getitem__ to not return optional routes
- Change `Call.response` to raise instead of returning optional response
- Change `CallList.last` to raise instead of return optional call
- Type `M()` to not return optional pattern, by introducing a `Noop` pattern
- Type `Route.pattern` to not be optional
Fixed
- Correct type hints for side effects
Added
- Runs `mypy` on both tests and respx
- Added nox test session for python 3.11
- Added `Call.has_response` helper, now that `.response` raises
|
|
Changes in 5.4.5
NEW "set key offset <dx>, <dy>" tweaks placement of the key
NEW data-driven histogram colors (variable color from extra using column)
CHANGE re-order drawing 3D labels to come after pm3d depthorder surfaces
CHANGE hpgl: add terminal option "fontscale <value>"
CHANGE for nonuniform matrix data, column(0) returns linear position in matrix
CHANGE set pointintervalbox 0 disables drawing the background box Bug
FIX svg: hypertext font handling
FIX track columnheaders of multiple data blocks in a single file Bug
FIX Clean up positioning of polar border, raxis, and theta tics Bug
FIX Autoscaling of logscaled raxis
FIX memory corruption if a small plot structure is recycled Bug
FIX regression in 5.4.4 - promotion of string to integer should not assume that a leading 0 means octal Bug
FIX Windows qt: "pause -1" should not block mousing Bug
FIX invalid free of active datablock
|
|
|
|
|
|
Termscp is a feature rich terminal file transfer and explorer, with support for
SCP/SFTP/FTP/S3. So basically is a terminal utility with an TUI to connect to a
remote server to retrieve and upload files and to interact with the local file
system.
|
|
|
|
v1.3.1 (2022-10-21)
Fixed
- Attempting to preview a symbolic link to a directory caused a panic.
It has been fixed and the preview will now show the contents of the linked
directory. #118
|
|
|
|
- Fix: report read-clipboard properly (-V)
- Render MathML and (some) syntax highlighting
|
|
|
|
New Features
- Hourly forecasts with graphs for current day: #18
Breaking Changes
- Use enum values and toml table for config units: #17
- If you have saved a default configuration, it's required to modify the
configuration file to use a toml table for [units] instead of an array of
strings (~/.config/weathercrab/wthrr.toml).
Deleting the file and starting with a blank run is also possible.
Other Changes:
- UI improvements like bold titles and closing margins on separators and
borders
- Error corrections displaying translated texts
|
|
|
|
6.16.1
Bugs fixed
- PR: Destroy tk app to avoid memory leak
Maintenance and upkeep improvements
- Maintenance cleanup
- Ignore warnings in prereleases test
|
|
0.2.7:
Unknown changes
|
|
|
|
v3.9.0
Path objects are now pickleable if they've been constructed from pickleable objects. Any restored objects will re-construct the zip file with the original arguments.
|
|
0.39.2
Performance improvements for parsing incoming packet data
|
|
|
|
|
|
Alan Coopersmith (11):
Build xz tarballs instead of bzip2
gitlab CI: add a basic build test
Fix spelling/wording issues
Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
Fix -Wsign-compare warnings
Fix -Wshadow warnings
Make Emalloc() argument a size_t to match malloc()
Simplify HAVE_MKSTEMP block
unifdef SIGNALRETURNSINT
Add .git-blame-ignore-revs to hide whitespace commits from git blame
imake 1.0.9
Emil Velikov (1):
autogen.sh: use quoted string variables
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
|
|
|
|
1.5.1:
- ENH: add extremely basic /health endpoint
- FIX: docker tests in cicd
- MAINT: Replace usage of deprecated inspect.getargspec
- MAINT: Add traefik/ and auth/ dirs to gitignore
- MAINT: Fix typos in README
|
|
v2.7.1
------
Release Date: 2022-10-20
* Compatibility Updates
* Increase pymemcached dependency range to in include 4.x
* Add python 3.11 rc2 to CI
v2.7.0
------
Release Date: 2022-07-16
* Compatibility Updates
* Update :pypi:`coredis` requirements to include 4.x versions
* Remove CI / support for redis < 6.0
* Remove python 3.7 from CI
* Add redis 7.0 in CI
v2.6.3
------
Release Date: 2022-06-05
* Chores
* Update development dependencies
* Add CI for python 3.11
* Increase test coverage for redis sentinel
v2.6.2
------
Release Date: 2022-05-12
* Compatibility Updates
* Update :pypi:`motor` requirements to include 3.x version
* Update async redis sentinel implementation to remove use of deprecated methods.
* Fix compatibility issue with asyncio redis ``reset`` method in cluster mode
when used with :pypi:`coredis` versions >= 3.5.0
v2.6.1
------
Release Date: 2022-04-25
* Bug Fix
* Fix typing regression with strategy constructors `Issue 88 <https://github.com/alisaifee/limits/issues/88>`_
v2.6.0
------
Release Date: 2022-04-25
* Deprecation
* Removed tests for rediscluster using the :pypi:`redis-py-cluster` library
* Bug Fix
* Fix incorrect ``__slots__`` declaration in :class:`limits.RateLimitItem`
and it's subclasses
v2.5.4
------
Release Date: 2022-04-25
* Bug Fix
* Fix typing regression with strategy constructors `Issue 88 <https://github.com/alisaifee/limits/issues/88>`_
v2.5.3
------
Release Date: 2022-04-22
* Chore
* Automate Github releases
v2.5.2
------
Release Date: 2022-04-17
* Chore
* Increase strictness of type checking and annotations
* Ensure installations from source distributions are PEP-561
compliant
v2.5.1
------
Release Date: 2022-04-15
* Chore
* Ensure storage reset methods have consistent signature
v2.5.0
------
Release Date: 2022-04-13
* Feature
* Add support for using redis cluster via the official redis client
* Update coredis dependency to use 3.x
* Deprecations
* Deprecate using redis-py-cluster
* Chores
* Remove beta tags for async support
* Update code base to remove legacy syntax
* Tighten up CI test dependencies
v2.4.0
------
Release Date: 2022-03-10
* Feature
* Allow passing an explicit connection pool to redis storage.
Addresses `Issue 77 <https://github.com/alisaifee/limits/issues/77>`_
v2.3.3
------
Release Date: 2022-02-03
* Feature
* Add support for dns seed list when using mongodb
v2.3.2
------
Release Date: 2022-01-30
* Chores
* Improve authentication tests for redis
* Update documentation theme
* Pin pip version for CI
v2.3.1
------
Release Date: 2022-01-21
* Bug fix
* Fix backward incompatible change that separated sentinel
and connection args for redis sentinel (introduced in 2.1.0).
Addresses `Issue 97 <https://github.com/alisaifee/limits/issues/97>`_
v2.3.0
------
Release Date: 2022-01-15
* Feature
* Add support for custom cost per hit
* Bug fix
* Fix installation issues with missing setuptools
v2.2.0
------
Release Date: 2022-01-05
* Feature
* Enable async redis for python 3.10 via coredis
* Chore
* Fix typing issue with strategy constructors
v2.1.1
------
Release Date: 2022-01-02
* Feature
* Enable async memcache for python 3.10
* Bug fix
* Ensure window expiry is reported in local time for mongodb
* Fix inconsistent expiry for fixed window with memcached
* Chore
* Improve strategy tests
v2.1.0
------
Release Date: 2021-12-22
* Feature
* Add beta asyncio support
* Add beta mongodb support
* Add option to install with extras for different storages
* Bug fix
* Fix custom option for cluster client in memcached
* Fix separation of sentinel & connection args in :class:`limits.storage.RedisSentinelStorage`
* Deprecation
* Deprecate GAEMemcached support
* Remove use of unused `no_add` argument in :meth:`limits.storage.MovingWindowSupport.acquire_entry`
* Chore
* Documentation theme upgrades
* Code linting
* Add compatibility CI workflow
v2.0.3
------
Release Date: 2021-11-28
* Chore
* Ensure package is marked PEP-561 compliant
v2.0.1
------
Release Date: 2021-11-28
* Chore
* Added type annotations
v2.0.0
------
Release Date: 2021-11-27
* Chore
* Drop support for python < 3.7
|
|
|
|
New features:
- [ppc64] mold now supports the original 64-bit big-endian PowerPC ABI
(which is also known as PPC64 ELFv1 or just ppc64), so that you can
build applications for older PPC64 systems with mold. Note that this
should not be confused with the modern PPC64 ELFv2 ABI (which is also
known as ppc64le), which is already supported by mold.
- [s390x] Linux/s390x is now supported. Linux/s390x is the Linux
environment on IBM z/Architecture mainframes. I've personally never
seen a mainframe, but we wanted to support it because many Linux
distros actively support that target, which in turn means there are
many enterprise users who are using IBM mainframes. Speaking of the
porting effort, we do not only port our linker to s390x but also found
a couple of issues with the existing GCC toolchain for s390x. So, we
are improving the whole IBM mainframe ecosystem!
- mold now creates smaller output files. It is most noticeable on targets
with large page sizes such as PPC64 (on which the common page size is
64 KiB), but even on x86-64, it should save a few kilobytes per an
output file.
Bug fixes and compatibility improvements:
- [arm64] mold can now link executables with -static-pie. Previously,
executables linked with that flag crashed immediately.
|
|
|
|
Take MAINTAINER.
|
|
|
|
Pkgsrc changes:
All earlier patches removed.
Changes from changelog:
* MacOS build improvements
* Fixed license.html being installed twice
* Partially worked around a libsword bug which limited download durations to
10 seconds
* Fixed bug which made it impossible to active toolbar buttons using keyboard
* Fixed some out-of-bounds memory read
* Fixed a number of input parsing and output generation errors, including
invalid memory reads
* Fixed search scopes not being properly translated
* Fixed version information in installed metadata files
Updated translations
* Fixed a build-error caused by an C++11 incompatibility
* Fixed copying of text disabled with Qt versions earlier than than 5.13
* Fixed some undefined behavior and out-of-bounds memory errors
* Updated translations
* Improved tuning of scrolling speed.
* Improved handling of fonts to fix many bugs, including a switch to
Qt's native font chooser widget in settings dialog, because of many
serious bugs in our legacy implementation.
* Improved sample text in settings dialog.
* Improved behavior of the mag view to be more similar to pre-3.0 behavior.
* Increased maximum column count from 4 to 10.
* Removed the orphaned and broken tests for BibleTime.
* Updated translations, including a new user interface translations to
Japanese and Ukrainian, a new Handbook translation to Russian, and a
new Howto translation to Ukrainian.
* Fixed DisplayView.qml getting incorrectly installed under /usr/bin/
on some platforms.
* Fixed some compatibility issues with different Qt versions.
* Fixed a crash when editing personal commentary.
* Fixed highlighting of selected text.
* Fixed dragging of links.
* Fixed modules rearranging themselves.
* Fixed logic related to clicking on verse numbers.
* Fixed custom font of first column being incorrectly applied to all columns.
* Fixed preview in settings dialog displaying text in red.
* Fixed lexicons not being displayed.
* Fixed drag and drop in mag view and search dialog.
* Fixed no text being displayed for some ThML modules.
* Fixed undefined behavior and crashes from opening menus to select works by
working around a broken QMenu interface.
* Fixes to handling of languages, including a caching discrepancy which
caused some settings not being properly applied before restarting
BibleTime.
* Fixed saving of chapters not working properly.
* Fixed handling of nested tags for OSIS works.
* Fixes to handling of PageUp/PageDown keys when scrolling out of bounds.
Note that when BibleTime is compiled against Qt 5.9, one might still
experience a trivial glitch where only part of the module is displayed.
Pressing PageUp/PageDown again may help to work around this.
|
|
|
|
2.46.3 (stable):
* Context::get_font_map(): Fix reference count
Build:
* Meson build: Specify 'check' option in run_command()
Will be necessary with future versions of Meson.
* Meson build: Check if Perl is required for building documentation
* Meson build: Avoid unnecessary configuration warnings
* Meson build: Re-organize warning-related compiler flags for MSVC
|
|
2.66.5 (stable):
Gio:
* ListStore: Don't derive a gtkmm__GListStore GType
* DBus::Proxy: get_connection(), get_interface_info(): Add refreturn
Documentation:
* Gio::Action: Improve the documentation
gmmproc:
* Improved handling of final types
Build:
* Meson build: Avoid unnecessary configuration warnings
* Meson/MSVC: Add more warnings to ignore
* NMake Makefiles: Ensure g[lib|io]mm[config.h|.rc] are created
2.66.4 (stable):
Glib:
* ustring_Iterator: Don't declare copy constructor =default.
The fix in the 2.66.3 release broke ABI.
2.66.3 (stable):
Glib, Gio:
* Declare some copy constructors =default,
avoiding warnings from the clang++ compiler
Gio:
* TlsCertificate: Fix the create*() methods
gmmproc:
* Add "ignore_deprecations" argument in _WRAP_METHOD()
Build with Meson:
* MSVC build: Support Visual Studio 2022
* Specify 'check' option in run_command()
* Check if Perl is required for building documentation
|
|
Overview of changes in 1.50.11, 03-10-2022
==========================================
- Don't crash for lack of fonts
- Avoid a crash in shaping
Overview of changes in 1.50.10, 16-09-2022
=========================================
- Avoid some unnecessary strdups
- Fix line height computations with a non-trivial CTM
Overview of changes in 1.50.9, 09-08-2022
=========================================
- Apply show flags to line separators
- Fix a thread-safety problem
|
|
|
|
|