File rubygem-pygments.rb.changes of Package rubygem-pygments.rb

-------------------------------------------------------------------
Fri Jun 21 10:26:27 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>

- 3.0.0:

## Summary

Major release that updates Pygments to 2.18.0.

Oldest supported Ruby is now 2.6.

Oldest supported Python is now 3.8.

## Distribution

- [RubyGem (pygments.rb)](https://rubygems.org/gems/pygments.rb)

## Release meta

Released on: 2024-05-14
Released by: @slonopotamus

**Full Changelog**: https://github.com/pygments/pygments.rb/compare/v2.4.1...v3.0.0



-------------------------------------------------------------------
Tue Nov 14 15:25:02 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>

- == 2.4.1

* Fix handling of Python virtual environments on Windows ({uri-repo})/issues/256[#256])


-------------------------------------------------------------------
Fri Nov  3 07:51:14 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>

- == 2.4.0

* Update Pygments to 2.15.1


-------------------------------------------------------------------
Wed Dec  7 11:30:44 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 2.3.1
 see installed CHANGELOG.adoc

  == 2.3.1 (2022-12-04) - @slonopotamus
  
  * Fix bogus search for Python executable ({uri-repo})/issues/242[#242])
  

-------------------------------------------------------------------
Tue Jan 25 07:20:53 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 2.3.0
 see installed CHANGELOG.adoc

  == 2.3.0 (2022-01-05) - @slonopotamus
  
  * Add `Pygments.pygments_version` method to query underlying Pygments version ({uri-repo}/issues/226[#226])
  * Update Pygments to 2.10.0 ({uri-repo}/issues/234[#234])
  

-------------------------------------------------------------------
Thu Jun 24 17:48:30 UTC 2021 - Stephan Kulow <coolo@suse.com>

updated to version 2.2.0
 see installed CHANGELOG.adoc

  == 2.2.0 (2021-03-18) - @slonopotamus
  
  * Add support for custom lexers ({uri-repo}/pull/187[#187])
  * Update Pygments to 2.8.1
  
  == 2.1.0 (2021-02-14) - @slonopotamus
  
  * Update Pygments to 2.8.0
  

-------------------------------------------------------------------
Wed Jan 20 13:09:07 UTC 2021 - Stephan Kulow <coolo@suse.com>

updated to version 2.0.0
 CHANGELOG.md removed upstream

-------------------------------------------------------------------
Thu Dec 14 14:27:14 UTC 2017 - coolo@suse.com

- updated to version 1.2.1
 see installed CHANGELOG.md

  Version 1.2.1 (2017/12/07)
  -----------------------------
  
  * Automatically update `lexers` cache on build [186](https://github.com/tmm1/pygments.rb/pull/186)
    * See [#185](https://github.com/tmm1/pygments.rb/pull/185) for the reason

-------------------------------------------------------------------
Sun Sep 17 17:53:37 UTC 2017 - coolo@suse.com

- updated to version 1.2.0
 see installed CHANGELOG.md

-------------------------------------------------------------------
Tue Apr  4 04:36:56 UTC 2017 - coolo@suse.com

- updated to version 1.1.2
 see installed CHANGELOG.md

  Version 1.1.2 (2017/04/03)
  
  * Resolves #176 exclude find_error.py symlink from gem [#177](https://github.com/tmm1/pygments.rb/pull/177)

-------------------------------------------------------------------
Fri Mar 17 00:02:20 UTC 2017 - mrueckert@suse.de

- add rubygem-pygments.rb-rpmlintrc

-------------------------------------------------------------------
Tue Feb 14 05:40:33 UTC 2017 - coolo@suse.com

- updated to version 1.1.1
 see installed CHANGELOG.md

  Version 1.1.1 (2016/12/28)
  -----------------------------
  
  * Suppress Ruby 2.4.0's warnings [#172](https://github.com/tmm1/pygments.rb/pull/172)
  * Enable `frozen_string_literal` [#173](https://github.com/tmm1/pygments.rb/pull/173)
  
  Version 1.1.0 (2016/12/24)
  -----------------------------
  
  * Support JRuby [#170](https://github.com/tmm1/pygments.rb/pull/170)
  * Make pygments.rb thread safe [#171](https://github.com/tmm1/pygments.rb/pull/171)
  
  Version 1.0.0 (2016/12/11)
  -----------------------------
  
  * Upgrade bundled pygments to 2.2.0-HEAD [#167](https://github.com/tmm1/pygments.rb/pull/167)
    * This includes **incompatible changes* because of upgrade of pygments.
      See http://pygments.org/ for details.
  * Relax yajl-ruby dependency to "~> 1.2" [#164](https://github.com/tmm1/pygments.rb/pull/164)
  * Python binary can be configured by `PYTMENTS_RB_PYTHON` env [#168](https://github.com/tmm1/pygments.rb/pull/168)
  * Improved error messages when python binary is missing [#158](https://github.com/tmm1/pygments.rb/pull/158)

-------------------------------------------------------------------
Tue Mar 24 05:29:49 UTC 2015 - coolo@suse.com

- updated to version 0.6.3

-------------------------------------------------------------------
Sat Feb  7 07:21:17 UTC 2015 - coolo@suse.com

- updated to version 0.6.2

-------------------------------------------------------------------
Fri Nov 21 21:51:35 UTC 2014 - opensuse_buildservice@ojkastl.de

- added workaround to gem2rpm.yml 

-------------------------------------------------------------------
Wed Nov 12 18:34:15 UTC 2014 - opensuse_buildservice@ojkastl.de

- added workaround for dependency /usr/bin/lasso9 

-------------------------------------------------------------------
Wed Nov 12 13:06:32 UTC 2014 - opensuse_buildservice@ojkastl.de

-regenerated spec with gem2rpm 

-------------------------------------------------------------------
Fri Oct 17 04:42:21 UTC 2014 - coolo@suse.com

- updated to version 0.6.0
 * Update lexers file
 
 Version 0.5.3 (Sep 17, 2013)
 -----------------------------
 
 * Fixes for Slash lexer
 * Improve highlighting for Slash lexer
 * Upgrade to latest pygments (1.7, changes summary follows.  See pygments changelog for details)
   * Add Clay lexer
   * Add Perl 6 lexer
   * Add Swig lexer
   * Add nesC lexer
   * Add BlitzBasic lexer
   * Add EBNF lexer
   * Add Igor Pro lexer
   * Add Rexx lexer
   * Add Agda lexer
   * Recognize vim modelines
   * Improve Python 3 lexer
   * Improve Opa lexer
   * Improve Julia lexer
   * Improve Lasso lexer
   * Improve Objective C/C++ lexer
   * Improve Ruby lexer
   * Improve Stan lexer
   * Improve JavaScript lexer
   * Improve HTTP lexer
   * Improve Koka lexer
   * Improve Haxe lexer
   * Improve Prolog lexer
   * Improve F# lexer

-------------------------------------------------------------------
Fri Nov 22 08:40:34 UTC 2013 - coolo@suse.com

- updated to version 0.5.4, no changelog

-------------------------------------------------------------------
Wed Jul 31 05:45:55 UTC 2013 - coolo@suse.com

- updated to version 0.5.2
 * Ensure compatability across distros by detecting if `python2` is available

-------------------------------------------------------------------
Sat May 25 11:10:18 UTC 2013 - coolo@suse.com

- updated to version 0.5.0

-------------------------------------------------------------------
Sat Dec 29 08:11:26 UTC 2012 - coolo@suse.com

- updated to version 0.3.4
 * Add support for Windows
 * Add MIT license

-------------------------------------------------------------------
Tue Dec 25 16:51:46 UTC 2012 - coolo@suse.com

- initial package (version 0.3.3)

openSUSE Build Service is sponsored by