[arch-commits] Commit in python-ansi2html/trunk (PKGBUILD)

2020-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 10, 2020 @ 05:02:59
  Author: felixonmars
Revision: 749256

upgpkg: python-ansi2html 1.5.2-3: Python 3.9 rebuild

Modified:
  python-ansi2html/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 05:02:53 UTC (rev 749255)
+++ PKGBUILD2020-11-10 05:02:59 UTC (rev 749256)
@@ -3,7 +3,7 @@
 pkgname=python-ansi2html
 _libname=${pkgname/python-/}
 pkgver=1.5.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Convert text with ANSI color codes to HTML"
 arch=('any')
 url="https://pypi.python.org/pypi/ansi2html;


[arch-commits] Commit in python-ansi2html/trunk (PKGBUILD)

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 04:14:24
  Author: felixonmars
Revision: 523117

Python 3.8 rebuild

Modified:
  python-ansi2html/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 04:14:23 UTC (rev 523116)
+++ PKGBUILD2019-11-04 04:14:24 UTC (rev 523117)
@@ -3,7 +3,7 @@
 pkgname=python-ansi2html
 _libname=${pkgname/python-/}
 pkgver=1.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Convert text with ANSI color codes to HTML"
 arch=('any')
 url="https://pypi.python.org/pypi/ansi2html;


[arch-commits] Commit in python-ansi2html/trunk (PKGBUILD)

2019-06-17 Thread Antonio Rojas via arch-commits
Date: Monday, June 17, 2019 @ 20:49:36
  Author: arojas
Revision: 482032

https

Modified:
  python-ansi2html/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-17 20:49:14 UTC (rev 482031)
+++ PKGBUILD2019-06-17 20:49:36 UTC (rev 482032)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc="Convert text with ANSI color codes to HTML"
 arch=('any')
-url="http://pypi.python.org/pypi/ansi2html;
+url="https://pypi.python.org/pypi/ansi2html;
 license=('GPL')
 depends=('python-six' 'python-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz;)


[arch-commits] Commit in python-ansi2html/trunk (PKGBUILD)

2018-10-27 Thread Florian Pritz via arch-commits
Date: Saturday, October 27, 2018 @ 13:55:08
  Author: bluewind
Revision: 399206

upgpkg: python-ansi2html 1.5.2-1

upstream update

Modified:
  python-ansi2html/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-27 13:49:39 UTC (rev 399205)
+++ PKGBUILD2018-10-27 13:55:08 UTC (rev 399206)
@@ -1,7 +1,8 @@
 # Maintainer: Florian Pritz 
 
 pkgname=python-ansi2html
-pkgver=1.5.1
+_libname=${pkgname/python-/}
+pkgver=1.5.2
 pkgrel=1
 pkgdesc="Convert text with ANSI color codes to HTML"
 arch=('any')
@@ -8,9 +9,9 @@
 url="http://pypi.python.org/pypi/ansi2html;
 license=('GPL')
 depends=('python-six' 'python-setuptools')
-source=("https://files.pythonhosted.org/packages/2d/a0/552aff322ed78f425e9bb8d4868e60340f7137b020d9e423f2d408754184/ansi2html-$pkgver.tar.gz;)
-md5sums=('1166e40ded73e8612b81ffc68c4ecf40')
-sha256sums=('5b721aef18549934cdbf86c11ceb08c844a4c8e85a808986bb5388dfc25a1027')
+source=("https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz;)
+md5sums=('52d6085ad1c5970082ea5305a26af981')
+sha256sums=('96ae85ae7b26b7da674d87de2870ba4d1964bca733ae4614587080b6358c3ba9')
 validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
 
 package() {


[arch-commits] Commit in python-ansi2html/trunk (PKGBUILD)

2018-10-21 Thread Florian Pritz via arch-commits
Date: Sunday, October 21, 2018 @ 16:17:03
  Author: bluewind
Revision: 398266

upgpkg: python-ansi2html 1.5.1-1

upstream update

Modified:
  python-ansi2html/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-21 15:44:41 UTC (rev 398265)
+++ PKGBUILD2018-10-21 16:17:03 UTC (rev 398266)
@@ -1,15 +1,16 @@
 # Maintainer: Florian Pritz 
 
 pkgname=python-ansi2html
-pkgver=1.4.2
-pkgrel=2
+pkgver=1.5.1
+pkgrel=1
 pkgdesc="Convert text with ANSI color codes to HTML"
 arch=('any')
 url="http://pypi.python.org/pypi/ansi2html;
 license=('GPL')
 depends=('python-six' 'python-setuptools')
-source=("https://pypi.python.org/packages/92/94/f76ed4c0c516a4af9c230a8a6c3e06efdeeb09d75923b01e0de9da10b1ea/ansi2html-${pkgver}.tar.gz;)
-md5sums=('05934f3c562df0d9940439b75cc8f5f8')
+source=("https://files.pythonhosted.org/packages/2d/a0/552aff322ed78f425e9bb8d4868e60340f7137b020d9e423f2d408754184/ansi2html-$pkgver.tar.gz;)
+md5sums=('1166e40ded73e8612b81ffc68c4ecf40')
+sha256sums=('5b721aef18549934cdbf86c11ceb08c844a4c8e85a808986bb5388dfc25a1027')
 validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
 
 package() {


[arch-commits] Commit in python-ansi2html/trunk (PKGBUILD)

2018-06-30 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 30, 2018 @ 18:42:03
  Author: foutrelis
Revision: 349069

Python 3.7 rebuild

Modified:
  python-ansi2html/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 18:41:28 UTC (rev 349068)
+++ PKGBUILD2018-06-30 18:42:03 UTC (rev 349069)
@@ -2,7 +2,7 @@
 
 pkgname=python-ansi2html
 pkgver=1.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Convert text with ANSI color codes to HTML"
 arch=('any')
 url="http://pypi.python.org/pypi/ansi2html;


[arch-commits] Commit in python-ansi2html/trunk (PKGBUILD)

2018-04-10 Thread Florian Pritz via arch-commits
Date: Tuesday, April 10, 2018 @ 08:22:14
  Author: bluewind
Revision: 315528

upgpkg: python-ansi2html 1.4.2-1

upstream update

Modified:
  python-ansi2html/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 08:22:02 UTC (rev 315527)
+++ PKGBUILD2018-04-10 08:22:14 UTC (rev 315528)
@@ -1,7 +1,7 @@
 # Maintainer: Florian Pritz 
 
 pkgname=python-ansi2html
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc="Convert text with ANSI color codes to HTML"
 arch=('any')
@@ -8,8 +8,8 @@
 url="http://pypi.python.org/pypi/ansi2html;
 license=('GPL')
 depends=('python-six' 'python-setuptools')
-source=("https://pypi.python.org/packages/17/ea/4857a3931a4c59a40cbfae270e1fc4941374fa43cb8e16bdec5601d640d4/ansi2html-${pkgver}.tar.gz;)
-md5sums=('a53b2682d21dd41dfa76904ba01db5d4')
+source=("https://pypi.python.org/packages/92/94/f76ed4c0c516a4af9c230a8a6c3e06efdeeb09d75923b01e0de9da10b1ea/ansi2html-${pkgver}.tar.gz;)
+md5sums=('05934f3c562df0d9940439b75cc8f5f8')
 validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
 
 package() {


[arch-commits] Commit in python-ansi2html/trunk (PKGBUILD)

2018-04-05 Thread Florian Pritz via arch-commits
Date: Thursday, April 5, 2018 @ 15:56:00
  Author: bluewind
Revision: 314445

upgpkg: python-ansi2html 1.4.1-1

upstream update

Modified:
  python-ansi2html/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 15:47:26 UTC (rev 31)
+++ PKGBUILD2018-04-05 15:56:00 UTC (rev 314445)
@@ -1,7 +1,7 @@
 # Maintainer: Florian Pritz 
 
 pkgname=python-ansi2html
-pkgver=1.3.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="Convert text with ANSI color codes to HTML"
 arch=('any')
@@ -8,8 +8,8 @@
 url="http://pypi.python.org/pypi/ansi2html;
 license=('GPL')
 depends=('python-six' 'python-setuptools')
-source=("https://pypi.python.org/packages/eb/6a/b16089efad98cd3ddff807f2b0231dcfe1c28c519016912e0abe0db299d9/ansi2html-${pkgver}.tar.gz;)
-md5sums=('a165eeae45c154e52f2fc356dfe254a1')
+source=("https://pypi.python.org/packages/17/ea/4857a3931a4c59a40cbfae270e1fc4941374fa43cb8e16bdec5601d640d4/ansi2html-${pkgver}.tar.gz;)
+md5sums=('a53b2682d21dd41dfa76904ba01db5d4')
 validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
 
 package() {


[arch-commits] Commit in python-ansi2html/trunk (PKGBUILD)

2018-01-26 Thread Florian Pritz via arch-commits
Date: Friday, January 26, 2018 @ 16:47:07
  Author: bluewind
Revision: 287159

upgpkg: python-ansi2html 1.3.0-1

upstream update

Modified:
  python-ansi2html/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-26 16:42:38 UTC (rev 287158)
+++ PKGBUILD2018-01-26 16:47:07 UTC (rev 287159)
@@ -1,7 +1,7 @@
 # Maintainer: Florian Pritz 
 
 pkgname=python-ansi2html
-pkgver=1.2.0
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="Convert text with ANSI color codes to HTML"
 arch=('any')
@@ -8,9 +8,8 @@
 url="http://pypi.python.org/pypi/ansi2html;
 license=('GPL')
 depends=('python-six' 'python-setuptools')
-source=("https://pypi.python.org/packages/02/a8/3cf1f303573c22a706cfebe16f8cab88ab8dcbb8e41a22bee9fa03671011/ansi2html-${pkgver}.tar.gz"{,.asc})
-md5sums=('cc59801e85ad559084373c43176e7751'
- 'SKIP')
+source=("https://pypi.python.org/packages/eb/6a/b16089efad98cd3ddff807f2b0231dcfe1c28c519016912e0abe0db299d9/ansi2html-${pkgver}.tar.gz;)
+md5sums=('a165eeae45c154e52f2fc356dfe254a1')
 validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
 
 package() {


[arch-commits] Commit in python-ansi2html/trunk (PKGBUILD)

2017-03-01 Thread Florian Pritz
Date: Wednesday, March 1, 2017 @ 21:10:54
  Author: bluewind
Revision: 214387

upgpkg: python-ansi2html 1.2.0-1

upstream update

Modified:
  python-ansi2html/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-01 21:10:17 UTC (rev 214386)
+++ PKGBUILD2017-03-01 21:10:54 UTC (rev 214387)
@@ -1,15 +1,15 @@
 # Maintainer: Florian Pritz 
 
 pkgname=python-ansi2html
-pkgver=1.1.1
-pkgrel=3
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="Convert text with ANSI color codes to HTML"
 arch=('any')
 url="http://pypi.python.org/pypi/ansi2html;
 license=('GPL')
 depends=('python-six' 'python-setuptools')
-source=("https://pypi.python.org/packages/source/a/ansi2html/ansi2html-${pkgver}.tar.gz"{,.asc})
-md5sums=('39c0454667def0f7e22d91d1001d8fc4'
+source=("https://pypi.python.org/packages/02/a8/3cf1f303573c22a706cfebe16f8cab88ab8dcbb8e41a22bee9fa03671011/ansi2html-${pkgver}.tar.gz"{,.asc})
+md5sums=('cc59801e85ad559084373c43176e7751'
  'SKIP')
 validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
 


[arch-commits] Commit in python-ansi2html/trunk (PKGBUILD)

2016-12-25 Thread Bartłomiej Piotrowski
Date: Sunday, December 25, 2016 @ 18:53:30
  Author: bpiotrowski
Revision: 202289

Python 3.6 rebuild

Modified:
  python-ansi2html/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-25 18:53:13 UTC (rev 202288)
+++ PKGBUILD2016-12-25 18:53:30 UTC (rev 202289)
@@ -2,7 +2,7 @@
 
 pkgname=python-ansi2html
 pkgver=1.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Convert text with ANSI color codes to HTML"
 arch=('any')
 url="http://pypi.python.org/pypi/ansi2html;


[arch-commits] Commit in python-ansi2html/trunk (PKGBUILD)

2016-05-30 Thread Florian Pritz
Date: Monday, May 30, 2016 @ 16:08:01
  Author: bluewind
Revision: 177471

Fix FS#49375 - [python-ansi2html] ImportError: No module named 'pkg_resources'

upgpkg: python-ansi2html 1.1.1-2

Modified:
  python-ansi2html/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-30 13:59:30 UTC (rev 177470)
+++ PKGBUILD2016-05-30 14:08:01 UTC (rev 177471)
@@ -2,13 +2,12 @@
 
 pkgname=python-ansi2html
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Convert text with ANSI color codes to HTML"
 arch=('any')
 url="http://pypi.python.org/pypi/ansi2html;
 license=('GPL')
-depends=('python-six')
-makedepends=('python-setuptools')
+depends=('python-six' 'python-setuptools')
 
source=("https://pypi.python.org/packages/source/a/ansi2html/ansi2html-${pkgver}.tar.gz"{,.asc})
 md5sums=('39c0454667def0f7e22d91d1001d8fc4'
  'SKIP')


[arch-commits] Commit in python-ansi2html/trunk (PKGBUILD)

2016-03-14 Thread Florian Pritz
Date: Monday, March 14, 2016 @ 10:52:21
  Author: bluewind
Revision: 166657

upgpkg: python-ansi2html 1.1.1-1

upstream update

Modified:
  python-ansi2html/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-14 09:22:32 UTC (rev 166656)
+++ PKGBUILD2016-03-14 09:52:21 UTC (rev 166657)
@@ -1,8 +1,8 @@
 # Maintainer: Florian Pritz 
 
 pkgname=python-ansi2html
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
 pkgdesc="Convert text with ANSI color codes to HTML"
 arch=('any')
 url="http://pypi.python.org/pypi/ansi2html;
@@ -9,8 +9,8 @@
 license=('GPL')
 depends=('python-six')
 makedepends=('python-setuptools')
-source=("http://pypi.python.org/packages/source/a/ansi2html/ansi2html-${pkgver}.tar.gz"{,.asc})
-md5sums=('c4f75f58b8851c20645d235d8b8a3592'
+source=("https://pypi.python.org/packages/source/a/ansi2html/ansi2html-${pkgver}.tar.gz"{,.asc})
+md5sums=('39c0454667def0f7e22d91d1001d8fc4'
  'SKIP')
 validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
 


[arch-commits] Commit in python-ansi2html/trunk (PKGBUILD)

2015-09-19 Thread Evangelos Foutras
Date: Saturday, September 19, 2015 @ 19:18:57
  Author: foutrelis
Revision: 141051

Python 3.5 rebuild

Modified:
  python-ansi2html/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-19 17:18:19 UTC (rev 141050)
+++ PKGBUILD2015-09-19 17:18:57 UTC (rev 141051)
@@ -2,7 +2,7 @@
 
 pkgname=python-ansi2html
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Convert text with ANSI color codes to HTML"
 arch=('any')
 url="http://pypi.python.org/pypi/ansi2html;


[arch-commits] Commit in python-ansi2html/trunk (PKGBUILD)

2015-03-30 Thread Florian Pritz
Date: Monday, March 30, 2015 @ 21:21:16
  Author: bluewind
Revision: 130372

upgpkg: python-ansi2html 1.1.0-1

upstream update

Modified:
  python-ansi2html/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-30 19:20:34 UTC (rev 130371)
+++ PKGBUILD2015-03-30 19:21:16 UTC (rev 130372)
@@ -1,7 +1,7 @@
 # Maintainer: Florian Pritz bluew...@xinu.at
 
 pkgname=python-ansi2html
-pkgver=1.0.7
+pkgver=1.1.0
 pkgrel=1
 pkgdesc=Convert text with ANSI color codes to HTML
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python-six')
 makedepends=('python-setuptools')
 
source=(http://pypi.python.org/packages/source/a/ansi2html/ansi2html-${pkgver}.tar.gz{,.asc})
-md5sums=('f689b3a568d6754cac48adec51215773'
+md5sums=('c4f75f58b8851c20645d235d8b8a3592'
  'SKIP')
 validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
 


[arch-commits] Commit in python-ansi2html/trunk (PKGBUILD)

2014-10-17 Thread Florian Pritz
Date: Friday, October 17, 2014 @ 18:25:15
  Author: bluewind
Revision: 120911

upgpkg: python-ansi2html 1.0.7-1

upstream update

Modified:
  python-ansi2html/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 16:25:14 UTC (rev 120910)
+++ PKGBUILD2014-10-17 16:25:15 UTC (rev 120911)
@@ -1,8 +1,8 @@
 # Maintainer: Florian Pritz bluew...@xinu.at
 
 pkgname=python-ansi2html
-pkgver=1.0.6
-pkgrel=2
+pkgver=1.0.7
+pkgrel=1
 pkgdesc=Convert text with ANSI color codes to HTML
 arch=('any')
 url=http://pypi.python.org/pypi/ansi2html;
@@ -10,8 +10,9 @@
 depends=('python-six')
 makedepends=('python-setuptools')
 
source=(http://pypi.python.org/packages/source/a/ansi2html/ansi2html-${pkgver}.tar.gz{,.asc})
-md5sums=('df764afaa8e1167d7e7747ea59705e49'
+md5sums=('f689b3a568d6754cac48adec51215773'
  'SKIP')
+validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
 
 package() {
   cd ansi2html-$pkgver


[arch-commits] Commit in python-ansi2html/trunk (PKGBUILD)

2014-03-17 Thread Lukas Jirkovsky
Date: Monday, March 17, 2014 @ 10:58:47
  Author: stativ
Revision: 107391

upgpkg: python-ansi2html 1.0.6-2

python 3.4 rebuild

Modified:
  python-ansi2html/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 09:48:36 UTC (rev 107390)
+++ PKGBUILD2014-03-17 09:58:47 UTC (rev 107391)
@@ -2,13 +2,13 @@
 
 pkgname=python-ansi2html
 pkgver=1.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc=Convert text with ANSI color codes to HTML
 arch=('any')
 url=http://pypi.python.org/pypi/ansi2html;
 license=('GPL')
 depends=('python-six')
-makedepends=('python-distribute')
+makedepends=('python-setuptools')
 
source=(http://pypi.python.org/packages/source/a/ansi2html/ansi2html-${pkgver}.tar.gz{,.asc})
 md5sums=('df764afaa8e1167d7e7747ea59705e49'
  'SKIP')



[arch-commits] Commit in python-ansi2html/trunk (PKGBUILD)

2013-12-28 Thread Florian Pritz
Date: Saturday, December 28, 2013 @ 10:34:30
  Author: bluewind
Revision: 103158

upgpkg: python-ansi2html 1.0.6-1

upstream update

Modified:
  python-ansi2html/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-28 06:25:03 UTC (rev 103157)
+++ PKGBUILD2013-12-28 09:34:30 UTC (rev 103158)
@@ -1,7 +1,7 @@
 # Maintainer: Florian Pritz bluew...@xinu.at
 
 pkgname=python-ansi2html
-pkgver=1.0.5
+pkgver=1.0.6
 pkgrel=1
 pkgdesc=Convert text with ANSI color codes to HTML
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python-six')
 makedepends=('python-distribute')
 
source=(http://pypi.python.org/packages/source/a/ansi2html/ansi2html-${pkgver}.tar.gz{,.asc})
-md5sums=('5c6bf137900ff569b4d4a3dd7d1deb8d'
+md5sums=('df764afaa8e1167d7e7747ea59705e49'
  'SKIP')
 
 package() {



[arch-commits] Commit in python-ansi2html/trunk (PKGBUILD)

2013-11-28 Thread Florian Pritz
Date: Thursday, November 28, 2013 @ 10:48:45
  Author: bluewind
Revision: 101584

upgpkg: python-ansi2html 1.0.5-1

upstream update

Modified:
  python-ansi2html/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-28 09:44:23 UTC (rev 101583)
+++ PKGBUILD2013-11-28 09:48:45 UTC (rev 101584)
@@ -1,7 +1,7 @@
 # Maintainer: Florian Pritz bluew...@xinu.at
 
 pkgname=python-ansi2html
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc=Convert text with ANSI color codes to HTML
 arch=('any')
@@ -9,8 +9,9 @@
 license=('GPL')
 depends=('python-six')
 makedepends=('python-distribute')
-source=(http://pypi.python.org/packages/source/a/ansi2html/ansi2html-${pkgver}.tar.gz;)
-md5sums=('ae26086a4c6623e3f53745269ac87d7e')
+source=(http://pypi.python.org/packages/source/a/ansi2html/ansi2html-${pkgver}.tar.gz{,.asc})
+md5sums=('5c6bf137900ff569b4d4a3dd7d1deb8d'
+ 'SKIP')
 
 package() {
   cd ansi2html-$pkgver



[arch-commits] Commit in python-ansi2html/trunk (PKGBUILD)

2013-10-13 Thread Florian Pritz
Date: Sunday, October 13, 2013 @ 23:55:34
  Author: bluewind
Revision: 98555

upgpkg: python-ansi2html 1.0.4-1

upstream update

Modified:
  python-ansi2html/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-13 12:27:34 UTC (rev 98554)
+++ PKGBUILD2013-10-13 21:55:34 UTC (rev 98555)
@@ -1,7 +1,7 @@
 # Maintainer: Florian Pritz bluew...@xinu.at
 
 pkgname=python-ansi2html
-pkgver=1.0.2
+pkgver=1.0.4
 pkgrel=1
 pkgdesc=Convert text with ANSI color codes to HTML
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python-six')
 makedepends=('python-distribute')
 
source=(http://pypi.python.org/packages/source/a/ansi2html/ansi2html-${pkgver}.tar.gz;)
-md5sums=('3401edcf9e89d201ceb9ae35a496618e')
+md5sums=('ae26086a4c6623e3f53745269ac87d7e')
 
 package() {
   cd ansi2html-$pkgver



[arch-commits] Commit in python-ansi2html/trunk (PKGBUILD)

2013-10-04 Thread Florian Pritz
Date: Friday, October 4, 2013 @ 23:54:19
  Author: bluewind
Revision: 98055

upgpkg: python-ansi2html 1.0.2-1

upstream update

Modified:
  python-ansi2html/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-04 17:26:39 UTC (rev 98054)
+++ PKGBUILD2013-10-04 21:54:19 UTC (rev 98055)
@@ -1,7 +1,7 @@
 # Maintainer: Florian Pritz bluew...@xinu.at
 
 pkgname=python-ansi2html
-pkgver=0.10.0
+pkgver=1.0.2
 pkgrel=1
 pkgdesc=Convert text with ANSI color codes to HTML
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python-six')
 makedepends=('python-distribute')
 
source=(http://pypi.python.org/packages/source/a/ansi2html/ansi2html-${pkgver}.tar.gz;)
-md5sums=('e68cb6e4f949a3bfcc476e7aa4ed3b52')
+md5sums=('3401edcf9e89d201ceb9ae35a496618e')
 
 package() {
   cd ansi2html-$pkgver



[arch-commits] Commit in python-ansi2html/trunk (PKGBUILD)

2013-10-03 Thread Florian Pritz
Date: Thursday, October 3, 2013 @ 19:15:55
  Author: bluewind
Revision: 98012

upgpkg: python-ansi2html 0.10.0-1

upstream update

Modified:
  python-ansi2html/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-03 16:17:48 UTC (rev 98011)
+++ PKGBUILD2013-10-03 17:15:55 UTC (rev 98012)
@@ -1,7 +1,7 @@
 # Maintainer: Florian Pritz bluew...@xinu.at
 
 pkgname=python-ansi2html
-pkgver=0.9.4
+pkgver=0.10.0
 pkgrel=1
 pkgdesc=Convert text with ANSI color codes to HTML
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python-six')
 makedepends=('python-distribute')
 
source=(http://pypi.python.org/packages/source/a/ansi2html/ansi2html-${pkgver}.tar.gz;)
-md5sums=('4f561b333f57092bcbce1f56485b2877')
+md5sums=('e68cb6e4f949a3bfcc476e7aa4ed3b52')
 
 package() {
   cd ansi2html-$pkgver