Commit Graph

27 Commits

Author SHA256 Message Date
Todd R
4fdb456f81 Accepting request 673426 from home:jengelh:branches:devel:languages:python
- Avoid name in summary (rpmlint).
- Ensure neutrality of description.

OBS-URL: https://build.opensuse.org/request/show/673426
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=51
2019-02-11 19:58:20 +00:00
Tomáš Chvátal
2cc7d8a540 - Update to 2.3.1:
* Update lexers
  * Minimum Python versions changed to 2.7 and 3.5
  *  Added support for Python 3.7 generator changes (PR#772)
  * Fix incorrect token type in SCSS for single-quote strings (#1322)
  * Use `terminal256` formatter if `TERM` contains `256` (PR#666)
  * Fix incorrect handling of GitHub style fences in Markdown (PR#741, #1389)
  * Fix `%a` not being highlighted in Python3 strings (PR#727)
- Drop patch python_37.diff which was merged upstream
- Refresh patch denose.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=50
2019-02-11 11:15:42 +00:00
201748a90f Add link to the Bitbucket issue
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=47
2019-01-10 01:24:33 +00:00
acf8bec509 - Added denose.patch removing dependency on the nose package.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=46
2019-01-10 01:20:45 +00:00
e45bac06ec Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=44
2018-12-04 13:51:22 +00:00
Tomáš Chvátal
5c78e06fdb Accepting request 623133 from home:mimi_vx:branches:devel:languages:python
- add python_37.diff  - fixes build with python-3.7+

OBS-URL: https://build.opensuse.org/request/show/623133
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=42
2018-07-16 13:34:14 +00:00
d63efc57f4 - fix build in a python2.x only env
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=40
2017-08-15 12:52:10 +00:00
Todd R
588ae87355 Accepting request 486645 from home:TheBlackCat:branches:devel:languages:python
- Use https url.

OBS-URL: https://build.opensuse.org/request/show/486645
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=38
2017-04-07 21:14:11 +00:00
Todd R
3f162e6f45 Accepting request 486622 from home:TheBlackCat:branches:devel:languages:python
Update source url.

OBS-URL: https://build.opensuse.org/request/show/486622
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=37
2017-04-07 20:42:56 +00:00
Todd R
50a448bb23 Accepting request 486611 from home:TheBlackCat:branches:devel:languages:python
Update to 2.2.0

OBS-URL: https://build.opensuse.org/request/show/486611
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=36
2017-04-07 20:20:17 +00:00
a931136a59 Accepting request 485737 from devel:languages:python:singlespec
- Fix python_module macro definition

- update for multipython build
- only distribute "pygmentize" for Python 3

OBS-URL: https://build.opensuse.org/request/show/485737
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=35
2017-04-05 11:35:42 +00:00
b1d8996e6d - update to 2.1.3:
- Fixed regression in Bash lexer (PR#563)
  - Fixed Python 3 regression in image formatter (#1215)
  - Fixed regression in Bash lexer (PR#562)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=33
2016-10-17 09:54:28 +00:00
85e507ebe6 Accepting request 359397 from home:stroeder:branches:devel:languages:python
update to 2.1.1

OBS-URL: https://build.opensuse.org/request/show/359397
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=31
2016-02-15 20:17:37 +00:00
50b80feafc Accepting request 358511 from home:olh:branches:devel:languages:python
- Disable testsuite in SLE_11 because it requires python 2.7

OBS-URL: https://build.opensuse.org/request/show/358511
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=30
2016-02-09 15:09:44 +00:00
Jan Matejek
1410eb3803 Accepting request 355773 from home:stroeder:branches:devel:languages:python
update to 2.1 (needed by python-Sphinx 1.3.5)

OBS-URL: https://build.opensuse.org/request/show/355773
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=28
2016-01-25 17:43:30 +00:00
Denisart Benjamin
deec4b56d2 Accepting request 290356 from home:netsroth:branches:devel:languages:python
- Update to version 2.0.2:
  * Fix Python tracebacks getting duplicated in the console lexer
  * Backquote-delimited identifiers are now recognized in F#
  * Fix an encoding issue when using pygmentize with the -o option.
  * Default lexer encoding is now “guess”
  * Major update to Swift lexer.
  * Multiple fixes to lexer guessing in conflicting cases
  * Simplified regexes and builtin lists.
  * Dropped Python 2.4 and 2.5 compatibility
  * Lexers added:
        APL (#969)
        Agda and Literate Agda (PR#203)
        Alloy (PR#355)
        AmbientTalk
        BlitzBasic (PR#197)
        ChaiScript (PR#24)
        Chapel (PR#256)
        Cirru (PR#275)
        Clay (PR#184)
        ColdFusion CFC (PR#283)
        Cryptol and Literate Cryptol (PR#344)
        Cypher (PR#257)
        Docker config files
        EBNF (PR#193)
        Eiffel (PR#273)
        GAP (PR#311)
        Golo (PR#309)
        Handlebars (PR#186)
        Hy (PR#238)
        Idris and Literate Idris (PR#210)

OBS-URL: https://build.opensuse.org/request/show/290356
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=26
2015-03-12 09:21:47 +00:00
Denisart Benjamin
9ec100ac46 Accepting request 229272 from Cloud:OpenStack:Master
- add LICENSE to doc section

OBS-URL: https://build.opensuse.org/request/show/229272
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=24
2014-04-07 14:48:18 +00:00
Sascha Peilicke
f3bc15f571 - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=22
2013-10-24 11:11:52 +00:00
Todd R
dc3f947d2f Accepting request 174470 from home:TheBlackCat:branches:devel:languages:python
Update to version 1.6:

OBS-URL: https://build.opensuse.org/request/show/174470
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=18
2013-05-03 22:55:56 +00:00
Todd R
1d7925c0f0 Accepting request 120936 from home:TheBlackCat:branches:devel:languages:python
- Removed files with non-oss license, see bnc#760344
- Cleanups in python 2 and python 3 spec files

OBS-URL: https://build.opensuse.org/request/show/120936
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=15
2012-05-14 12:40:45 +00:00
Todd R
d9dd15fe85 Accepting request 116064 from devel:languages:python3
Fix building python 3 package on openSUSE 11.4 x86_64 (forwarded request 116063 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/116064
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=14
2012-04-30 14:04:43 +00:00
Sascha Peilicke
d11300c4ba - Update to version 1.5:
- Fix Python 3 terminal highlighting with pygmentize
  - In the LaTeX formatter, escape special &, < and > chars
  - In the LaTeX formatter, fix display problems for styles with token
    background colors
  - Enhancements to the Squid conf lexer
  - Several fixes to the reStructuredText lexer
  - Recognize methods in the ObjC lexer
  - Fix Lua "class" highlighting: it does not have classes
  - Fix degenerate regex in Scala lexer  and highlighting bugs
  - Fix number pattern order in Ocaml lexer
  - Fix generic type highlighting in ActionScript 3
  - Fixes to the Clojure lexer
  - Fix degenerate regex in Nemerle lexer
  - Fix infinite looping in CoffeeScript lexer
  - Fix crashes and analysis with ObjectiveC lexer
  - Add some Fortran 2003 keywords.
  - Fix Boo string regexes
  - Add "rrt" style
  - Fix infinite looping in Darcs Patch lexer.
  - Lots of misc fixes to character-eating bugs and ordering problems in many
    different lexers.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=11
2012-03-12 21:14:58 +00:00
Pavol Rusnak
d199a9bafc Accepting request 101353 from Virtualization:Cloud:OpenStack:Diablo
- fix Obsoletes

OBS-URL: https://build.opensuse.org/request/show/101353
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=9
2012-01-24 14:30:43 +00:00
Sascha Peilicke
b0994783cf - Disable tests again, breaks i586 build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=6
2011-09-23 08:09:38 +00:00
Sascha Peilicke
1fe3836453 - Fixed license to BSD-2-Clause
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=5
2011-09-22 12:51:20 +00:00
Sascha Peilicke
bd79a113bd - Change license to BSD-3-Clause (SPDX style)
- Removed %clean section (has sane default)
- Added python-distribute requirement

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=4
2011-09-11 15:58:21 +00:00
Sascha Peilicke
df0562f4b1 - Renamed to 'python-Pygments', obsoletes 'python-pygments'
- Update to version 1.4
- Compress the tarball with bz2

- correct email addresses

- update to 1.3.1 (1.4 is too late, but is known to fix
  http://dev.pocoo.org/projects/pygments/ticket/507 )

- Updated to 1.2.2

- Updated to 1.1.1

- Updated to version 1.0

- Initial package version.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=1
2011-07-03 11:10:22 +00:00