Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
The package did not declare its use of pkg-config.
Tested on NetBSD/amd64.
|
|
|
|
This release brings:
* re-licensing to 2-clause BSD
* additional documentation
While there, move the manual pages to the correct directory.
Tested on NetBSD/amd64.
|
|
|
|
This release brings:
* fixes to the build
* additional tests
Tested on NetBSD/amd64.
|
|
|
|
This is as found in devel/deforaos-configure/deforaos-configure.mk.
Tested on NetBSD/amd64; NFCI.
|
|
The package did not declare its use of pkg-config.
Found by a bulk build of mef@, heads-up by wiz@. Thanks!
Tested on NetBSD/amd64.
|
|
The package did not declare its use of pkg-config.
Found by a bulk build of mef@, heads-up by wiz@. Thanks!
Tested on NetBSD/amd64.
|
|
|
|
0.9.1 (2022-04-19)
What's Changed
* Specify correct minimal Faraday version by @skryukov in #73
New Contributors
* @skryukov made their first contribution in #73
Contributors
* @skryukov
0.9.0 (2022-04-19)
What's Changed
* Allow closing underlying connection. by @ioquatix in #67
* Enhance Faraday Support by @iMacTia in #72
New Contributors
* @ioquatix made their first contribution in #67
* @iMacTia made their first contribution in #72
|
|
|
|
Change log:
4.16.1 (2022-08-11)
======
- gst-thumbnailer: Add mime type check (Fixes #65)
- desktop-thumbnailer: Guard against null path
- Fix typo in gthread version (!14)
|
|
|
|
Changes:
2.36.7
======
- Fix several crashes and rendering issues.
|
|
|
|
Release 3.7.3 (2022-05-26)
--------------------------
* Minor bugfixes.
* This is the last release from the current maintainer. SSHFS is now no longer maintained
or developed. Github issue tracking and pull requests have therefore been disabled. The
mailing list (see below) is still available for use.
If you would like to take over this project, you are welcome to do so. Please fork it
and develop the fork for a while. Once there has been 6 months of reasonable activity,
please contact Nikolaus@rath.org and I'll be happy to give you ownership of this
repository or replace with a pointer to the fork.
|
|
|
|
Changes:
### 2022.08.19
* Fix bug in `--download-archive`
* [jsinterp] **Fix for new youtube players** and related improvements
* [phantomjs] Add function to execute JS without a DOM
* [build] Exclude devscripts from installs
* [cleanup] Misc fixes and cleanup
* [extractor/youtube] Add fallback to phantomjs for nsig
* [extractor/youtube] Fix error reporting of "Incomplete data"
* [extractor/youtube] Improve format sorting for IOS formats
* [extractor/youtube] Improve signature caching
* [extractor/instagram] Fix extraction
* [extractor/rai] Minor fix
* [extractor/rtbf] Fix stream extractor
* [extractor/SovietsCloset] Fix extractor
* [extractor/zattoo] Fix Zattoo resellers
|
|
|
|
[2.5.0] - 2022-05-27 - Janosch Müller
Added
* Regexp::Expression::Base.construct and .token_class methods
o see the wiki for details
[2.4.0] - 2022-05-09 - Janosch Müller
Fixed
* fixed interpretation of + and ? after interval quantifiers ({n,n})
- they used to be treated as reluctant or possessive mode indicators
- however, Ruby does not support these modes for interval quantifiers
- they are now treated as chained quantifiers instead, as Ruby does it
- c.f. #3
* fixed Expression::Base#nesting_level for some tree rewrite cases
- e.g. the alternatives in /a|[b]/ had an inconsistent nesting_level
* fixed Scanner accepting invalid posix classes, e.g. [[:foo:]]
- they raise a SyntaxError when used in a Regexp, so could only be
passed as String
- they now raise a Regexp::Scanner::ValidationError in the Scanner
Added
* added Expression::Base#== for (deep) comparison of expressions
* added Expression::Base#parts
- returns the text elements and subexpressions of an expression
- e.g. parse(/(a)/)[0].parts # => ["(", #<Literal @text="a"...>, ")"]
* added Expression::Base#te (a.k.a. token end index)
- Expression::Subexpression always had #te, only terminal nodes
lacked it so far
* made some Expression::Base methods available on Quantifier instances, too
- #type, #type?, #is?, #one_of?, #options, #terminal?
- #base_length, #full_length, #starts_at, #te, #ts, #offset
- #conditional_level, #level, #nesting_level , #set_level
- this allows a more unified handling with Expression::Base instances
* allowed Quantifier#initialize to take a token and options Hash like
other nodes
* added a deprecation warning for initializing Quantifiers with 4+ arguments:
Calling Expression::Base#quantify or Quantifier.new with 4+
arguments is deprecated.
It will no longer be supported in regexp_parser v3.0.0.
Please pass a Regexp::Token instead, e.g. replace token, text, min,
max, mode with ::Regexp::Token.new(:quantifier, token, text). min,
max, and mode will be derived automatically.
Or do exp.quantifier = Quantifier.construct(token: token, text: str).
This is consistent with how Expression::Base instances are created.
[2.3.1] - 2022-04-24 - Janosch Müller
Fixed
* removed five inexistent unicode properties from Syntax#features
- these were never supported by Ruby or the Regexp::Scanner
- thanks to Markus Schirp for the report
[2.3.0] - 2022-04-08 - Janosch Müller
Added
* improved parsing performance through Syntax refactoring
- instead of fresh Syntax instances, pre-loaded constants are now re-used
- this approximately doubles the parsing speed for simple regexps
* added methods to Syntax classes to show relative feature sets
- e.g. Regexp::Syntax::V3_2_0.added_features
* support for new unicode properties of Ruby 3.2 / Unicode 14.0
|
|
|
|
1.4.8 (2022-07-30)
Improvements
* Added support for showing found package version.
1.4.9 (2022-07-31)
This is a bug fix release of 1.4.8. All 1.4.8 users should be upgraded
to 1.4.9.
Fixes
* Fixed a regression bug in 1.4.8 that PkgConfig.have_package can't
detect nonexistent package.
|
|
|
|
Update ruby-octokit to 4.25.1. Latest version is 5.3.0 but jekyll-gist
require before 5.0.
4.23.0 (2022-05-26)
Known issues
Autoloading modules cause some modules to not load before use
* What: This version implements autoloading for some modules. The initial
change was deemed good but our community has since come across issues
where autoloading could cause issues due to modules not being loaded or
load order even.
* Action: We will be rolling back this change in the next release (#1428)
* Next steps: This change provides value in the cases where this is not an
issue so we are going to work to come up with an opt-in approach. More
details here.
* Work around: #1420
Hat tip to: @collinsauve. @waiting-for-dev, @etiennebarrie, and @timrogers
for the discovery around this.
Code improvements
* #1382 Correctly raise Octokit::TooManyRequests when hitting secondary rate
limit via @jasonopslevel
* #1411 Adds support for Faraday v2 usage via @skryukov
CI Improvements
* #1395 Adds Ruby 3.1 to CI via @petergoldstein
Performance improvements
* #1351 Make clients autoload via @gmcgibbon
Bug fixes
* #1297 Escape label names with URL characters via @Fryguy
* #1375 Escape ref in archive_link via @max611
* #1117 & #1419 Ensures that any nil parameters being passed in will
initialize with Octokit's defaults instead of nil via @akerl, @nickfloyd
* #1321 & #1415 Fixed total_count calculation when paginating results for
check runs and check suites via @a2ikm, @matiasalbarello
* #1121 Fixes service status methods via @vierarb
Documentation
* #1414 replace git.io link in source docs via @wonda-tea-coffee
* #1412 Document how and when the SDK raises exceptions via @timrogers
* #1356 Fixes grammar and style via @nikoandpiko
4.24.0 (2022-06-06)
Known issues
Note: This release fixes the issue around autoloading modules causing some
modules to not load before use #1428
Code improvements
* #1354, #1426 Enabling Ruby's immutable ("frozen") string literals
i.e. --enable-frozen-string-literal via @timrogers and @olleolleolle
CI Improvements
* Adds Code QL analysis to octokit.rb via @nickfloyd
Bug fixes
* #1428 Fixes module loading issue with autoloading (this reverts #1351 ) -
more information here via @collinsauve. @waiting-for-dev, @etiennebarrie,
@timrogers, and @nickfloyd
4.25.0 (2022-06-15)
NOTE: This remediates A security advisory was published on versions 4.23.0
and 4.24.0 of this gem. You can read more about this in the published
security advisory.
DX Improvements
* Rubocop improvements by @timrogers in #1441
* Require multi-factor authentication to push new releases to RubyGems by
@timrogers in #1443
CI Improvements
Updates all build scripts to be more durable and adds details on how to run
a manual file integrity check by @nickfloyd in #1446
Housekeeping
* Drop support for Ruby 1.9.2 in Octokit::Client::Contents#create_contents
by @timrogers in #1442
4.25.1 (2022-07-01)
* Stop configuring Faraday's retry middleware twice (@Edouard-chin)
* Fix various Ruby warnings (e.g. missing parentheses) (@coryf)
|
|
|
|
* Enable the experimental targets for faster architectures only.
And bump PKGREVISION.
* Add some helper for PLIST generation.
|
|
|
|
pkgsrc changes:
* Update HOMEPAGE since cukes.info is unreachable.
* Add "USE_LANGUAGES= # empty".
1.1.0 (2022-05-11)
Added
* MultiTest.disable_autorun is back again! (#33 #26)
1.0.0 (2022-05-04)
Changed
* As per #251: renamed History.md to CHANGELOG.md, added contributing
message at beginning, and other formatting. (#12 jaysonesmith)
Removed
* Remove test files from the gem to prevent false-positive with security
scanners as reported in #21
* Drop support for ruby < 2.0 (PR#28)
* Removed disable_autorun (PR#30 Issue#26)
|
|
|
|
Changelog:
11/27/2021:
- add debug code to read some private rsrc data
+ allow to read some MacWrite which does not have printer informations
08/15/2021:
- add a parser for Scoop files
08/06/2021:
- add a parser for ScriptWriter files
07/29/2021:
- add a parser for ReadySetGo 1-4 files
|
|
|
|
|
|
|
|
A Python package for retrieving, parsing, and sending emails.
Features
- Simplified IMAP client
- Retrieve email from any folder
- Create new folders
- Move messages to other folders
- Delete messages
- Monitor folders for new messages using the IMAP ``IDLE`` command
- Always use ``/`` as the folder hierarchy separator, and convert to the
server's hierarchy separator in the background
- Always remove folder name characters that conflict with the server's
hierarchy separators
- Prepend the namespace to the folder path when required
|
|
|
|
mail-parser is not only a wrapper for email from the Python Standard
Library. It give you an easy way to pass from raw mail to Python
object that you can use in your code.
|
|
|
|
2022-08-23 1.5.6:
* No actual code change, just re-release the `java` version properly.
2022-08-22 1.5.5:
* Fix a segfault when GC triggers inside a recursive extension.
2022-07-25 1.5.4:
* Fix a segfault when deserializing empty symbol (`:""`).
* Improve compilation flags to not strip debug symbols.
2022-05-30 version 1.5.3:
* Fix deduplication of empty strings when using the `freeze: true` option.
* Use `rb_hash_new_capa` when available (Ruby 3.2) for improved performance
when parsing large hashes.
2022-05-27 version 1.5.2:
* Fix bug about unpacking ext type objects with the recursive option
2022-04-07 version 1.5.1:
* Fix bug about packing/unpacking ext type objects with the recursive option
2022-04-06 version 1.5.0:
* Add recursive option on Factory#register_type to operate Packer/Unpacker
manually
* Add oversized_integer_extension option on Factory#register_type to
pack/unpack bigint using ext types
* Add Factory#pool method and Factory::Pool class to provide pooled Packer
and Unpacker instances
|
|
|
|
5.16.3 (2022-08-17)
* 2 bug fixes:
- Fixed exception sanitization by removing TypeError restriction on rescue.
- Use A instead of deprecated TESTOPTS in rake test:slow. (davidstosik)
|
|
|
|
* Bump PKGREVISION.
* sdl2.pc has -liconv in Libs.private and it is incorrect.
Detect iconv function in libc.
* Fix pulseaudio option by disabling shared link.
* Add pulseaudio support to buildlink3.mk to fix fonts/SDL2_ttf
when pulseaudio option is enable in devel/SDL2.
|
|
Missing dependencies were imported.
|