Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Noted by leot@
|
|
|
|
Adjust py-flake8 after py-codestyle-2.4.0 update. Backport all
relevant commits from upstream to address that.
(They will not be needed for next stable version of py-flake8)
PKGREVISION++
|
|
0.8.14:
* Add possibility to make artificial ssn numbers for FI_fi.
* Update ko_KR person data based on statistics.
* Improved logging.
|
|
v2.1.0
enhance docs for sphinx usage
add symlink support to file finder for git 247
enhance tests handling win32
|
|
Replace the 'v' on v-strings.
Include dummy lib/FindBin/libs.pm in filesystem
and MANIFEST. This is overwritten by execution of
Makefile.PL but puts the necessary operatoin into
the Makefile produced to have the real libs.pm
copied when necesary.
POD.
Makefile.PL boilerplate.
add config_requires.
Avoid issues with File::Copy::Recursive, see
rt.cpan.org #125104, which currently breaks
Module::FromPerlVer.
Bump version of Module::FromPerlVer
Missing dependencies in Makefile.PL.
Bump M::FPV version to 0.3.2.
Bump dependency version.
Update Makefile.PL, thanks to Slaven_Rezic.
Correct version dir path to v5.14 to match "use" value
in libs.pm.
Notes on '//' sanity check.
Error in Makefile.PL, remove "::Dir".
Various typos in comments and POD.
Makefile.PL has explicit version (vs. tracking post-5.8 file).
Version via version->parse( blah )->numify, makes it simpler
to keep versions straight with older perl's that can't handle
qv-string formats.
Minor change in CHANGE file format, makes searching for
releases easier..
Require Cwd 3.73 to avoid issue with infinite recursion in
abs_path. Hopefully this fixes issues with FB::l croaking
on sanity check for "abs_path '//'" (RT #124335).
If this doesn't work I'll have to replace the abs_path check with "-e
'/.' && -e '/..'" as test for working abs_path (vs. using rel2abs).
|
|
test_common.h has a seperate #elif branch to handle Darwin. Let blosc
use it on Darwin, rather than the C11 branch.
|
|
We are using undefined behaviour so lots of the tests are failing. with
this and testing upstream trunk, all tests passed on netbsd.
|
|
(we can probably drop the _ISO_C11 feature test thing for glibc then).
bump PKGREVISION, this likely changes the binary for SunOS.
|
|
|
|
changes unknown
|
|
Release 2017-12-05
- Fix loading of l3str-format
- Fix handling of \iow_newline: in \iow_wrap:nnnN
- \cs_generate_variant:Nn now warns on incorrect variant
relationships
- Better recovery by \dim_set:Nn, etc., if passed
skip expressions
- Better handling of global/local consistency in variable
setting
- String mappings now include space characters
- Revise l3doc to no longer require "[aux]" (deprecated) or
"[int]" in code mark up: "[int]" is retained for cases where
auto-detection of internals is not possible
- Deprecate \token_new:Nn
- Documentation improvements
|
|
Release 2017-12-05
- Fix loading of l3str-format
- Fix handling of \iow_newline: in \iow_wrap:nnnN
- \cs_generate_variant:Nn now warns on incorrect variant
relationships
- Better recovery by \dim_set:Nn, etc., if passed
skip expressions
- Better handling of global/local consistency in variable
setting
- String mappings now include space characters
- Revise l3doc to no longer require "[aux]" (deprecated) or
"[int]" in code mark up: "[int]" is retained for cases where
auto-detection of internals is not possible
- Deprecate \token_new:Nn
- Documentation improvements
This release largely focusses on additions to the new l3draw module.
|
|
Release 2017-12-05
- Fix loading of l3str-format
- Fix handling of \iow_newline: in \iow_wrap:nnnN
- \cs_generate_variant:Nn now warns on incorrect variant
relationships
- Better recovery by \dim_set:Nn, etc., if passed
skip expressions
- Better handling of global/local consistency in variable
setting
- String mappings now include space characters
- Revise l3doc to no longer require "[aux]" (deprecated) or
"[int]" in code mark up: "[int]" is retained for cases where
auto-detection of internals is not possible
- Deprecate \token_new:Nn
- Documentation improvements
|
|
|
|
5.7.0:
Fix IPython trying to import non-existing matplotlib backends
fix for display hook not publishing object metadata
|
|
6.4.0:
Fix display object not emitting metadata
Comments failing Jedi test
|
|
freetype-config
|
|
|
|
|
|
Changelog:
* The TLS 1.3 implementation was updated to Draft 28.
* An issue where NSS erroneously accepted HRR requests was resolved.
* Added HACL* Poly1305 32-bit
* The code to support the NPN protocol has been fully removed.
* NSS allows servers now to register ALPN handling callbacks to
select a protocol.
* NSS supports opening SQL databases in read-only mode.
* On Linux, some build configurations can use glibc's function
getentropy(), which uses the kernel's getrandom() function.
* The CA list was updated to version 2.24, which removed the
following CA certificates:
- CN = S-TRUST Universal Root CA
- CN = TC TrustCenter Class 3 CA II
- CN = TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı H5
|
|
18.1.0:
- x=X(); x.cycle = x; repr(x) will no longer raise a RecursionError, and will instead show as X(x=...).
- attr.ib(factory=f) is now syntactic sugar for the common case of attr.ib(default=attr.Factory(f)).
- Added attr.field_dict() to return an ordered dictionary of attrs attributes for a class, whose keys are the attribute names.
- The order of attributes that are passed into attr.make_class() or the these argument of @attr.s() is now retained if the dictionary is ordered (i.e. dict on Python 3.6 and later, collections.OrderedDict otherwise).
Before, the order was always determined by the order in which the attributes have been defined which may not be desirable when creating classes programatically.
- In slotted classes, __getstate__ and __setstate__ now ignore the __weakref__ attribute.
- Setting the cell type is now completely best effort.
This fixes attrs on Jython.
We cannot make any guarantees regarding Jython though, because our test suite cannot run due to dependency incompatabilities.
- If attr.s is passed a *these* argument, it will not attempt to remove attributes with the same name from the class body anymore.
- The hash of attr.NOTHING is now vegan and faster on 32bit Python builds.
- The overhead of instantiating frozen dict classes is virtually eliminated.
- Generated __init__ methods now have an __annotations__ attribute derived from the types of the fields.
- We have restructured the documentation a bit to account for attrs' growth in scope.
|
|
4.5.0:
- Drop support for 3.3, avoid accidental dependence breakage via setup.py.
- Allow registering and unregistering instance methods as listeners.
- Synchronize and simplify zope/__init__.py.
|
|
Changes 2.7:
bug in span stats printing introduced by new scalable page heap change was fixed.
Christoph Müllner has contributed couple warnings fixes and initial support for aarch64_ilp32 architecture.
Ben Dang contributed documentation fix for heap checker.
Fabrice Fontaine contributed fixed for linking benchmarks with --disable-static.
Holy Wu has added sized deallocation unit tests.
Holy Wu has enabled support of sized deallocation (c++14) on recent MSVC.
Holy Wu has fixed MSVC build in WIN32_OVERRIDE_ALLOCATORS mode.
Holy Wu has contributed cleanup of config.h used on windows.
Mao Huang has contributed couple simple tcmalloc changes from chromium code base. Making our tcmalloc forks a tiny bit closer.
issue 946 that caused compilation failures on some Linux clang installations has been fixed. Much thanks to github user htuch for helping to diagnose issue and proposing a fix.
Tulio Magno Quites Machado Filho has contributed build-time fix for PPC (for problem introduced in one of commits since RC).
|
|
This change involves depending on ppxlib rather than its constituent parts
and changing the syntax so that it is a proper ppx extension.
|
|
There is no changelog file, but changes seem to be minor. The package now
depends on ppxlib rather than its constituent parts.
|
|
This package now depends on ppxlib rather than its constituent parts.
There were also minor improvements from version 0.9 to version 0.10.
|
|
This change mostly involves the package depending on devel/ocaml-ppxlib
rather than its constituent parts.
|
|
This version depends on ppxlib rather than its constituent parts.
There have also been minor improvements from version 0.9 to version 0.10.
|
|
The package now depends on devel/ocaml-ppxlib instead of on its
constituent parts. There have also been some minor improvements from
version 0.9 to 0.10.
|
|
Changes are minor and mostly concern the build system (there does not seem
to be a changelog file).
|
|
|
|
This is a package that subsumes several other packages (see DESCR for
details). All dependencies on these packages have already been removed
(or will be soon, as soon as I finish committing this batch of updates)
and the packages themselves will be removed from pkgsrc.
|
|
Changes are minor.
|
|
It's not entirely clear what changes are, but they seem to be minor.
|
|
This release adds support for OCaml 4.07 and fixes a minor issue.
|
|
No changes are recorded from 1.1 to 1.2; the only change from 1.0 to 1.1
seems to be the addition of a LICENSE.md file.
|
|
This introduces quite a few (minor) improvements and bugfixes, all of
which can be found in more detail in the CHANGES.md file.
|
|
There are dependency changes (use ocaml-parsexp, drop ocaml-base) and
a minor compatibility bugfix.
|
|
|
|
This is needed as a dependency for the new version of devel/ocaml-sexplib.
|
|
This seems to be split off devel/ocaml-sexplib for dependency
purposes.
|
|
This includes various minor bugfixes and enhancements.
|
|
v0.15
- Fixes a minor bug in the release tarball
|
|
2.021 2018-05-08T02:47:56Z
* Clarify that it's the Artistic License 2.0
2.02_01 2016-06-07T20:39:40Z
* Start tracking down odd get_test_files failures.
|
|
0.059 2018-05-08 T. R. Wyant
Install @CARP_NOT everywhere so that warnings and exceptions
generated in the bowels of the system appear to come from the point
where the system is entered.
Further deprecate string (versus regexp) parsing. The first use of
the 'parse' argument to new() will result in a warning. If the
value of the argument is 'guess' or 'string', the warning refers to
PPIx::QuoteLike.
|
|
0.60 May 07, 2018
No functional changes. Correct syntax in two test files for better results on
Windows.
0.59 May 06, 2018
Address RTC 125281 (Replace Getopt::Std::getopts() with
Getopt::Long::GetOptions()). Users can now provide long options when invoking
modulemaker on the command-line.
|
|
Changes include: compilation fixes for OCaml 4.06 and the upcoming
OCaml 4.07, and some other minor fixes and enhancements.
See doc/README.xml for more details.
|