Accepting request 761545 from devel:languages:ruby:extensions

OBS-URL: https://build.opensuse.org/request/show/761545
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-parser?expand=0&rev=2
This commit is contained in:
2020-01-07 22:54:55 +00:00
committed by Git OBS Bridge
4 changed files with 49 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc75eb4975973d8a6ae4ab453bcf15fdebadfec76925afec6a1e90fa1978b1ab
size 708608

3
parser-2.7.0.1.gem Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7616bf3bd57e6a059bbfe3635b0bfc54d9be6000b5bc70743c933391d717bec6
size 724480

View File

@@ -1,3 +1,45 @@
-------------------------------------------------------------------
Tue Jan 7 11:34:18 UTC 2020 - Dan Čermák <dcermak@suse.com>
- New upstream release 2.7.0.1
v2.7.0.1 (2019-12-30)
Bugs fixed:
* dedenter.rb: prevent `ArgumentError` when processing binary en… (#642) (Koichi ITO)
v2.7.0.0 (2019-12-26)
API modifications:
* README.md: documented compatibility issue with EOF chars after… (#637) (Ilya Bylich)
* ruby27.y: refactor logic around 'circular argument reference'(#628) (Ilya Bylich)
Features implemented:
* ruby27.y: added pattern matching (#574) (Ilya Bylich)
* lexer.rl: parse embedded ivars/cvars starting with digit as str (#639) (Ilya Bylich)
* lexer.rl: warn on `...` at EOL. (#636) (Ilya Bylich)
* ruby27.y: removed opt_block_args_tail: tOROP rule. (#635) (Ilya Bylich)
* ruby27.y: reverted method reference operator (added in #634) (Ilya Bylich)
* ruby27.y: treat numparams as locals outside numblock. (#633) (Ilya Bylich)
Bugs fixed:
* dedenter.rb: fixed over-dedenting of squiggly heredocs (#641) (Ilya Bylich)
* ruby27.y: added "arguments forwarding" (#625) (Ilya Bylich)
* ruby27.y: reject circular argument reference. (#622) (Ilya Bylich)
* ruby27.y: changed prefix of numparams to "_" (#620) (Ilya Bylich)
v2.6.5.0 (2019-10-03)
API modifications:
* Bump ruby versions to 2.4.9, 2.5.7 and 2.6.5. (#619) (Ilya Bylich)
Features implemented:
* lexer.rl: changed max numparam to `@9` (#617) (Ilya Bylich)
* lexer.rl: support comments before leading dot in 27 mode. (#613) (Ilya Bylich)
Bugs fixed:
* lexer.rl: emit tMETHREF as tDOT+tCOLON for rubies \< 27. (#614) (Ilya Bylich)
-------------------------------------------------------------------
Tue Sep 17 08:36:39 UTC 2019 - Dan Čermák <dcermak@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package rubygem-parser
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,16 +24,16 @@
#
Name: rubygem-parser
Version: 2.6.4.1
Version: 2.7.0.1
Release: 0
%define mod_name parser
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ruby-macros >= 5
BuildRequires: %{ruby >= 2.0.0}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: ruby-macros >= 5
BuildRequires: update-alternatives
Url: https://github.com/whitequark/parser
URL: https://github.com/whitequark/parser
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: A Ruby parser written in pure Ruby
@@ -58,7 +58,6 @@ A Ruby parser written in pure Ruby.
find %{buildroot}%{gem_base} \( -name .travis.yml -o -name .yardopts -o -name .gitkeep -o -name .gitignore -o -name run_rubocop_specs \) | xargs rm
# /MANUAL
%gem_packages
%changelog