6.13.6:
DEPENDENCIES
pacote@9.5.12:
* fix(git): Do not drop uid/gid when executing in root-owned directory
6.13.5:
BUG FIXES
Fix cache location for npm ci
fix(version): using 'allow-same-version', git commit --allow-empty and git tag -f
TESTING
test(ci): add failing cache config test
test: fix bin-overwriting test on Windows
ci: Allow builds to run even if one fails
Remove the unused appveyor.yml
ci: switch to actions/checkout@v2
DOCUMENTATION
fix netlify publish path config
update gatsby dependencies
docs: clarify usage of global prefix
1.4.1:
* Bug fix for implementation of clear in MemoryStorage
not working with MovingWindow
1.4:
* Expose API for clearing individual limits
* Support for redis over unix domain socket
* Support extra arguments to redis storage
1.14.0
- Issue 288, pull request 289: Add `six.assertNotRegex`.
- Issue 317: `six.moves._dummy_thread` now points to the `_thread` module on
Python 3.9+. Python 3.7 and later requires threading and deprecated the
`_dummy_thread` module.
- Issue 308, pull request 314: Remove support for Python 2.6 and Python 3.2.
- Issue 250, issue 165, pull request 251: `six.wraps` now ignores missing
attributes. This follows the Python 3.2+ standard library behavior.
1.3.2:
- ENH: The Dockerfile used for the official Docker images now uses Python 3.6
rather than Python 2.7
- ENH: The `welcome.html` page has been updated to provide more metadata
and be more HTML-standards compliant
- FIX: the `pypi-server -U` command no longer fails when run inside the
Docker container
- FIX: The `remove_pkg` API action now removes any extant instances of a
package name-version combination, not just the first one found. This means
that now, for example, if a `.whl` and `.tar.gz` file exist for the
requested package name and version, both will be removed
- FIX: include missing `simple/` path on a URL in the example pip commands
on the `welcome.html` page
- DOC: more consistent and accurate documentation for pip commands provided
on the `welcome.html` page
- DOC: fixes to the README to make it easier for people to use pypiserver
behind an apache webserver
Change log:
* Translations update
* fr-command-rpm: Use rpm2cpio binary shipped with rpm package
* add source rpm to supported mime-types
* use cpio if no binary is found
* add a configure environment variable to select the cpio path
* help: pull updated Russian translation to remove broken one
* Fix localized pause UI logic
Chunk of memory, polymorphic byte array management and manipulation
* A polymorphic byte array abstraction and function similar to strict
ByteString.
* Different type of byte array abstraction.
* Raw memory IO operations (memory set, memory copy, ..)
* Aliasing with endianness support.
* Encoding : Base16, Base32, Base64.
* Hashing : FNV, SipHash
This package has an explicit dependency on the latest Extended Support
Release version of the Mozilla Firefox web browser. In case there are multiple
versions available, this package points to the most recent available version.
It is intended to allow easy upgrades to the most recent ESR release.
Before, not only files containing an RCS Id were recorded in the
+BUILD_VERSION file but also files containing text that looked similar to
an RCS Id were recorded, even though these didn't contain any valuable
version information.
The effect was that before this change, pkgtools/pkglint was built over
and over again by the bulk builds since pbulk uses a different regular
expression for detecting modified files.
The regular expression for unexpanded RCS Ids is added to record files
that have never been checked in to CVS, just to have them recorded and to
distinguish them from the final committed version.
See https://mail-index.netbsd.org/tech-pkg/2020/01/11/msg022489.html.
Before, not only files containing an RCS Id were recorded in the
+BUILD_VERSION file but also files containing text that looked similar to
an RCS Id were recorded, even though these didn't contain any valuable
version information.
The effect was that before this change, pkgtools/pkglint was built over
and over again by the bulk builds since pbulk uses a different regular
expression for detecting modified files.
The regular expression for unexpanded RCS Ids is added to record files
that have never been checked in to CVS, just to have them recorded and to
distinguish them from the final committed version.
See https://mail-index.netbsd.org/tech-pkg/2020/01/11/msg022489.html.
Highlights:
* Logic expressions with relations can now be simplifed in a better
way which has impact on e.g. simplification of piecewise
expressions.
* The MathML Presentation printer has seen a major improvement with
support configuration and about a hundred new functions.
* Union and Intersection have been improved to, among other
improvements, support Python sets.
* The test procedure has been changed to include code coverage and
code quality checks leading to a number of issues being identified
and removed.
* Unicode support, especially for Python 2.7, has been improved.
* subs and Subs have been improved in a number of ways.
* SymPy objects now renders as LaTeX automatically in Jupyter
notebooks. init_printing is still required to LaTeX render non-SymPy
objects such as lists of expressions or Python ints.
4.0.0:
Breaking change: Remove support for end-of-life Python 2.7.
3.0.1:
NOTE: This is the last release to support Python 2.7.x.
Add provider methods zip and tar for generating zip and tar files.
Add en-CA postcode_in_province() method.
Update Address and Automotive provider for Russian locale.
Add provider methods for dsv files: csv, tsv, psv and generic dsv.
Remove parenthesis from city name in de_DE address provider.
Add NIP generator in pl_PL.
Fix Faker.random_number intermittent exceptions.
3.0.0:
Breaking change: Add support for multiple locale data generation.
2.0.5:
Add Iranian credit card.
Improve color provider.
Add counties (concelhos) for locale pt_PT.
Change NY zipcode range.
Fix pyfloat out of min/max range.
v1.4.0:
Through careful optimization, distribution() is 3-4x faster. Thanks to Antony Lee for the contribution.
When searching through sys.path, if any error occurs attempting to list a path entry, that entry is skipped, making the system much more lenient to errors.