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

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 17:09:39
  Author: foutrelis
Revision: 752293

upgpkg: python-openpyxl 3.0.5-3: Python 3.9 rebuild

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 17:09:39 UTC (rev 752292)
+++ PKGBUILD2020-11-12 17:09:39 UTC (rev 752293)
@@ -4,7 +4,7 @@
 
 pkgname=python-openpyxl
 pkgver=3.0.5
-pkgrel=2
+pkgrel=3
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
 url="https://openpyxl.readthedocs.org/";


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

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 10, 2020 @ 08:43:28
  Author: foutrelis
Revision: 749434

upgpkg: python-openpyxl 3.0.5-2: Python 3.9 rebuild

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 08:43:15 UTC (rev 749433)
+++ PKGBUILD2020-11-10 08:43:28 UTC (rev 749434)
@@ -4,7 +4,7 @@
 
 pkgname=python-openpyxl
 pkgver=3.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
 url="https://openpyxl.readthedocs.org/";


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

2020-08-24 Thread Andrzej Giniewicz via arch-commits
Date: Monday, August 24, 2020 @ 19:03:35
  Author: aginiewicz
Revision: 687717

upgpkg: python-openpyxl 3.0.5-1: python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-24 19:03:25 UTC (rev 687716)
+++ PKGBUILD2020-08-24 19:03:35 UTC (rev 687717)
@@ -3,7 +3,7 @@
 # Contributor: Martin Corley 
 
 pkgname=python-openpyxl
-pkgver=3.0.4
+pkgver=3.0.5
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -16,7 +16,7 @@
 'python-defusedxml: guard against various XML vulnerabilities'
 'python-pandas: for iteration over Pandas DataFrames')
 
source=("https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${pkgver}/openpyxl-${pkgver}.tar.bz2";)
-sha256sums=('7ea77692a8f733452496473675b0d0457813e9a7c3341ae76d44234ea5b977ee')
+sha256sums=('30a3d65cd8ccf73f4993d85bdeb50d7adff9c086c84c23f755a38896c1800128')
 
 build() {
   cd "$srcdir"/openpyxl-${pkgver}


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

2020-06-28 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, June 28, 2020 @ 17:58:22
  Author: aginiewicz
Revision: 655146

upgpkg: python-openpyxl 3.0.4-1: python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-28 17:52:44 UTC (rev 655145)
+++ PKGBUILD2020-06-28 17:58:22 UTC (rev 655146)
@@ -3,8 +3,7 @@
 # Contributor: Martin Corley 
 
 pkgname=python-openpyxl
-pkgver=3.0.3
-_pkgtag='ca7b1baf75f2'
+pkgver=3.0.4
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -16,18 +15,16 @@
 'python-lxml: alternative XML backend'
 'python-defusedxml: guard against various XML vulnerabilities'
 'python-pandas: for iteration over Pandas DataFrames')
-source=("https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.bz2";
-"LICENCE")
-sha256sums=('dd7bc438e5ed138fa48297539dd8b68726ecebb07605d7c95bf144960a59449d'
-'0c84bb42f5d367e5ebf9fc2dde35b16141df5ee0fdc189250858bc6c5560f69e')
+source=("https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${pkgver}/openpyxl-${pkgver}.tar.bz2";)
+sha256sums=('7ea77692a8f733452496473675b0d0457813e9a7c3341ae76d44234ea5b977ee')
 
 build() {
-  cd "$srcdir"/openpyxl-openpyxl-${_pkgtag}
+  cd "$srcdir"/openpyxl-${pkgver}
   python setup.py build
 }
 
 package() {
-  cd "$srcdir"/openpyxl-openpyxl-${_pkgtag}
+  cd "$srcdir"/openpyxl-${pkgver}
   python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -Dm644 "$srcdir"/LICENCE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+  install -Dm644 LICENCE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
 }


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

2020-02-03 Thread Andrzej Giniewicz via arch-commits
Date: Monday, February 3, 2020 @ 21:30:51
  Author: aginiewicz
Revision: 561995

upgpkg: python-openpyxl 3.0.3-1: python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-03 21:28:59 UTC (rev 561994)
+++ PKGBUILD2020-02-03 21:30:51 UTC (rev 561995)
@@ -3,8 +3,8 @@
 # Contributor: Martin Corley 
 
 pkgname=python-openpyxl
-pkgver=3.0.1
-_pkgtag='a2ee53b78166'
+pkgver=3.0.3
+_pkgtag='ca7b1baf75f2'
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -18,7 +18,7 @@
 'python-pandas: for iteration over Pandas DataFrames')
 source=("https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.bz2";
 "LICENCE")
-sha256sums=('027de047510d0655c2f0aa1331702018d6f3a9347b18f650370e0515b06ff6c2'
+sha256sums=('dd7bc438e5ed138fa48297539dd8b68726ecebb07605d7c95bf144960a59449d'
 '0c84bb42f5d367e5ebf9fc2dde35b16141df5ee0fdc189250858bc6c5560f69e')
 
 build() {


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

2019-12-07 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, December 7, 2019 @ 12:13:26
  Author: aginiewicz
Revision: 536273

upgpkg: python-openpyxl 3.0.1-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-07 11:56:34 UTC (rev 536272)
+++ PKGBUILD2019-12-07 12:13:26 UTC (rev 536273)
@@ -2,10 +2,10 @@
 # Contributor: Nishit Joseph (reachjlight at gmail dot com)
 # Contributor: Martin Corley 
 
-pkgname='python-openpyxl'
-pkgver=3.0.0
-_pkgtag='5eaaf27880d0'
-pkgrel=2
+pkgname=python-openpyxl
+pkgver=3.0.1
+_pkgtag='a2ee53b78166'
+pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
 url="https://openpyxl.readthedocs.org/";
@@ -18,7 +18,7 @@
 'python-pandas: for iteration over Pandas DataFrames')
 source=("https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.bz2";
 "LICENCE")
-sha256sums=('f0dc42db9ac0b780b9b9aa642774a7918d116db98e1418b488430d4b94fd2280'
+sha256sums=('027de047510d0655c2f0aa1331702018d6f3a9347b18f650370e0515b06ff6c2'
 '0c84bb42f5d367e5ebf9fc2dde35b16141df5ee0fdc189250858bc6c5560f69e')
 
 build() {


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 05:04:56
  Author: felixonmars
Revision: 523167

Python 3.8 rebuild

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 05:04:08 UTC (rev 523166)
+++ PKGBUILD2019-11-04 05:04:56 UTC (rev 523167)
@@ -5,7 +5,7 @@
 pkgname='python-openpyxl'
 pkgver=3.0.0
 _pkgtag='5eaaf27880d0'
-pkgrel=1
+pkgrel=2
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
 url="https://openpyxl.readthedocs.org/";


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

2019-10-03 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, October 3, 2019 @ 18:27:04
  Author: aginiewicz
Revision: 512532

upgpkg: python-openpyxl 3.0.0-1

python-openpyxl: new upstream release, python2 dropped

Modified:
  python-openpyxl/trunk/PKGBUILD

--+
 PKGBUILD |   58 --
 1 file changed, 12 insertions(+), 46 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-03 18:25:57 UTC (rev 512531)
+++ PKGBUILD2019-10-03 18:27:04 UTC (rev 512532)
@@ -2,66 +2,32 @@
 # Contributor: Nishit Joseph (reachjlight at gmail dot com)
 # Contributor: Martin Corley 
 
-pkgbase=python-openpyxl
-pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.6.2
-_pkgtag='3640394bff97'
-pkgrel=2
+pkgname='python-openpyxl'
+pkgver=3.0.0
+_pkgtag='5eaaf27880d0'
+pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
 url="https://openpyxl.readthedocs.org/";
 license=('MIT')
-makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-et-xmlfile' 'python2-et-xmlfile')
+depends=('python-jdcal' 'python-et-xmlfile')
+makedepends=('python-setuptools')
+optdepends=('python-pillow: needed to include images'
+'python-lxml: alternative XML backend'
+'python-defusedxml: guard against various XML vulnerabilities'
+'python-pandas: for iteration over Pandas DataFrames')
 source=("https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.bz2";
 "LICENCE")
-sha256sums=('7935ee3b99f9e6c5c105e38cae710f5872241d3c0c63a937f7097b4a2c05e83a'
+sha256sums=('f0dc42db9ac0b780b9b9aa642774a7918d116db98e1418b488430d4b94fd2280'
 '0c84bb42f5d367e5ebf9fc2dde35b16141df5ee0fdc189250858bc6c5560f69e')
 
-prepare() {
-  cd "$srcdir"
-  cp -a openpyxl-openpyxl-${_pkgtag} openpyxl-openpyxl-py2-${_pkgtag}
-  cd openpyxl-openpyxl-py2-${_pkgtag}
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
 build() {
-  # "Building Python2"
-  cd "$srcdir"/openpyxl-openpyxl-py2-${_pkgtag}
-  python2 setup.py build
-
-  # "Building Python3"
   cd "$srcdir"/openpyxl-openpyxl-${_pkgtag}
   python setup.py build
 }
 
-package_python2-openpyxl() {
-  depends=('python2-jdcal' 'python2-et-xmlfile')
-  optdepends=('python2-pillow: needed to include images'
-  'python2-lxml: alternative XML backend'
- 'python2-defusedxml: guard against various XML vulnerabilities')
-
-  cd "$srcdir"/openpyxl-openpyxl-py2-${_pkgtag}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 "$srcdir"/LICENCE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-}
-
-package_python-openpyxl() {
-  depends=('python-jdcal' 'python-et-xmlfile')
-  optdepends=('python-pillow: needed to include images'
-  'python-lxml: alternative XML backend'
-  'python-defusedxml: guard against various XML vulnerabilities'
-  'python-pandas: for iteration over Pandas DataFrames')
-
+package() {
   cd "$srcdir"/openpyxl-openpyxl-${_pkgtag}
-
   python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
   install -Dm644 "$srcdir"/LICENCE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENCE
 }
-


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

2019-07-29 Thread Andrzej Giniewicz via arch-commits
Date: Monday, July 29, 2019 @ 21:34:24
  Author: aginiewicz
Revision: 494691

upgpkg: python-openpyxl 2.6.2-2

python-openpyxl: get rid of python2-pandas dependency

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-29 21:03:10 UTC (rev 494690)
+++ PKGBUILD2019-07-29 21:34:24 UTC (rev 494691)
@@ -6,7 +6,7 @@
 pkgname=('python2-openpyxl' 'python-openpyxl')
 pkgver=2.6.2
 _pkgtag='3640394bff97'
-pkgrel=1
+pkgrel=2
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
 url="https://openpyxl.readthedocs.org/";
@@ -42,8 +42,7 @@
   depends=('python2-jdcal' 'python2-et-xmlfile')
   optdepends=('python2-pillow: needed to include images'
   'python2-lxml: alternative XML backend'
-  'python2-defusedxml: guard against various XML vulnerabilities'
-  'python2-pandas: for iteration over Pandas DataFrames')
+ 'python2-defusedxml: guard against various XML vulnerabilities')
 
   cd "$srcdir"/openpyxl-openpyxl-py2-${_pkgtag}
 


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

2019-04-02 Thread Andrzej Giniewicz via arch-commits
Date: Tuesday, April 2, 2019 @ 11:00:20
  Author: aginiewicz
Revision: 447543

upgpkg: python-openpyxl 2.6.2-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-02 10:56:30 UTC (rev 447542)
+++ PKGBUILD2019-04-02 11:00:20 UTC (rev 447543)
@@ -4,8 +4,8 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.6.0
-_pkgtag='a275c9c73d56'
+pkgver=2.6.2
+_pkgtag='3640394bff97'
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -14,8 +14,8 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-et-xmlfile' 'python2-et-xmlfile')
 source=("https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.bz2";
 "LICENCE")
-sha1sums=('25a3e0898efc81c2e2c01a2c798de94a519ca9df'
-  '778b25bbd62ded3437e0c4e46d43df883c384345')
+sha256sums=('7935ee3b99f9e6c5c105e38cae710f5872241d3c0c63a937f7097b4a2c05e83a'
+'0c84bb42f5d367e5ebf9fc2dde35b16141df5ee0fdc189250858bc6c5560f69e')
 
 prepare() {
   cd "$srcdir"


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

2019-02-10 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, February 10, 2019 @ 14:01:43
  Author: aginiewicz
Revision: 431442

upgpkg: python-openpyxl 2.6.0-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-10 13:59:08 UTC (rev 431441)
+++ PKGBUILD2019-02-10 14:01:43 UTC (rev 431442)
@@ -4,8 +4,8 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.5.14
-_pkgtag='516a765c8fa1'
+pkgver=2.6.0
+_pkgtag='a275c9c73d56'
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-et-xmlfile' 'python2-et-xmlfile')
 source=("https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.bz2";
 "LICENCE")
-sha1sums=('8968d0710754d5072f4bb6332522006a8ab95700'
+sha1sums=('25a3e0898efc81c2e2c01a2c798de94a519ca9df'
   '778b25bbd62ded3437e0c4e46d43df883c384345')
 
 prepare() {


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

2018-12-27 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, December 27, 2018 @ 18:50:55
  Author: aginiewicz
Revision: 418531

upgpkg: python-openpyxl 2.5.12-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-27 18:49:35 UTC (rev 418530)
+++ PKGBUILD2018-12-27 18:50:55 UTC (rev 418531)
@@ -4,8 +4,8 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.5.9
-_pkgtag='9035a8ec775d'
+pkgver=2.5.12
+_pkgtag='eee167cb1c26'
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -14,8 +14,8 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-et-xmlfile' 'python2-et-xmlfile')
 source=("https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.bz2";
 "LICENCE")
-md5sums=('837705e2c2eab00316d6ffe6ab1f2259'
- 'c8afe530744e932b892358e6eb5bea9b')
+sha1sums=('66cc5a19e2c303f407a9bc5792bbc80265850532'
+  '811743470859c6ad34a89155c36daf53b1dfba8a')
 
 prepare() {
   cd "$srcdir"


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

2018-10-20 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, October 20, 2018 @ 13:28:55
  Author: aginiewicz
Revision: 398079

upgpkg: python-openpyxl 2.5.9-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-20 13:27:13 UTC (rev 398078)
+++ PKGBUILD2018-10-20 13:28:55 UTC (rev 398079)
@@ -4,8 +4,8 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.5.7
-_pkgtag='41b72fd5175b'
+pkgver=2.5.9
+_pkgtag='9035a8ec775d'
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-et-xmlfile' 'python2-et-xmlfile')
 source=("https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.bz2";
 "LICENCE")
-md5sums=('8876c1b864ba0ebd2fe33d0067a69d45'
+md5sums=('837705e2c2eab00316d6ffe6ab1f2259'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2018-09-23 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, September 23, 2018 @ 08:13:03
  Author: aginiewicz
Revision: 384184

upgpkg: python-openpyxl 2.5.7-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-23 08:10:05 UTC (rev 384183)
+++ PKGBUILD2018-09-23 08:13:03 UTC (rev 384184)
@@ -4,8 +4,8 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.5.6
-_pkgtag='260d5b0b9caf'
+pkgver=2.5.7
+_pkgtag='41b72fd5175b'
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-et-xmlfile' 'python2-et-xmlfile')
 source=("https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.bz2";
 "LICENCE")
-md5sums=('cfa9e29ec4246e0f34144ccb66ef98f0'
+md5sums=('8876c1b864ba0ebd2fe33d0067a69d45'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2018-09-06 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, September 6, 2018 @ 18:13:24
  Author: aginiewicz
Revision: 377844

upgpkg: python-openpyxl 2.5.6-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-06 18:12:49 UTC (rev 377843)
+++ PKGBUILD2018-09-06 18:13:24 UTC (rev 377844)
@@ -5,8 +5,8 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.5.5
-_pkgtag='c0235e89c629'
+pkgver=2.5.6
+_pkgtag='260d5b0b9caf'
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-et-xmlfile' 'python2-et-xmlfile')
 source=("https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.bz2";
 "LICENCE")
-md5sums=('fce7a6f485c385d96027f5b873484e07'
+md5sums=('cfa9e29ec4246e0f34144ccb66ef98f0'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2018-08-11 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, August 11, 2018 @ 16:29:31
  Author: aginiewicz
Revision: 371142

upgpkg: python-openpyxl 2.5.5-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-11 16:26:29 UTC (rev 371141)
+++ PKGBUILD2018-08-11 16:29:31 UTC (rev 371142)
@@ -5,9 +5,9 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.5.3
-_pkgtag='a4494d23a4b6'
-pkgrel=2
+pkgver=2.5.5
+_pkgtag='c0235e89c629'
+pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
 url="http://openpyxl.readthedocs.org/";
@@ -15,7 +15,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-et-xmlfile' 'python2-et-xmlfile')
 source=("https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.bz2";
 "LICENCE")
-md5sums=('22819a8fe9d4386feb1b6e375b8eaaff'
+md5sums=('fce7a6f485c385d96027f5b873484e07'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 17:24:50
  Author: foutrelis
Revision: 363195

Python 3.7 rebuild

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 17:23:45 UTC (rev 363194)
+++ PKGBUILD2018-07-23 17:24:50 UTC (rev 363195)
@@ -7,7 +7,7 @@
 pkgname=('python2-openpyxl' 'python-openpyxl')
 pkgver=2.5.3
 _pkgtag='a4494d23a4b6'
-pkgrel=1
+pkgrel=2
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
 url="http://openpyxl.readthedocs.org/";


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

2018-05-10 Thread Andrzej Giniewicz via arch-commits
Date: Thursday, May 10, 2018 @ 10:39:09
  Author: aginiewicz
Revision: 320176

upgpkg: python-openpyxl 2.5.3-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-10 10:36:21 UTC (rev 320175)
+++ PKGBUILD2018-05-10 10:39:09 UTC (rev 320176)
@@ -5,8 +5,8 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.5.2
-_pkgtag='3ddffe18fe15'
+pkgver=2.5.3
+_pkgtag='a4494d23a4b6'
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-et-xmlfile' 'python2-et-xmlfile')
 source=("https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.bz2";
 "LICENCE")
-md5sums=('f708a4c1d5afdeb2b1bc68c35aab0c17'
+md5sums=('22819a8fe9d4386feb1b6e375b8eaaff'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2018-04-14 Thread Andrzej Giniewicz via arch-commits
Date: Saturday, April 14, 2018 @ 22:00:04
  Author: aginiewicz
Revision: 316321

upgpkg: python-openpyxl 2.5.2-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-14 21:57:50 UTC (rev 316320)
+++ PKGBUILD2018-04-14 22:00:04 UTC (rev 316321)
@@ -5,8 +5,8 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.5.1
-_pkgtag='a17806a0b755'
+pkgver=2.5.2
+_pkgtag='3ddffe18fe15'
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-et-xmlfile' 'python2-et-xmlfile')
 source=("https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.bz2";
 "LICENCE")
-md5sums=('d1b2837869b79e011b0c841002bb1324'
+md5sums=('f708a4c1d5afdeb2b1bc68c35aab0c17'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2018-03-30 Thread Andrzej Giniewicz via arch-commits
Date: Friday, March 30, 2018 @ 18:35:28
  Author: aginiewicz
Revision: 313572

upgpkg: python-openpyxl 2.5.1-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-30 18:32:59 UTC (rev 313571)
+++ PKGBUILD2018-03-30 18:35:28 UTC (rev 313572)
@@ -5,8 +5,8 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.5.0
-_pkgtag='ebba397b98d5'
+pkgver=2.5.1
+_pkgtag='a17806a0b755'
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-et-xmlfile' 'python2-et-xmlfile')
 source=("https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.bz2";
 "LICENCE")
-md5sums=('26273177a2231ad91d2cab011737b7e7'
+md5sums=('d1b2837869b79e011b0c841002bb1324'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2018-02-04 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, February 4, 2018 @ 19:47:38
  Author: aginiewicz
Revision: 289061

upgpkg: python-openpyxl 2.5.0-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-04 19:45:40 UTC (rev 289060)
+++ PKGBUILD2018-02-04 19:47:38 UTC (rev 289061)
@@ -5,8 +5,8 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.4.9
-_pkgtag='2b77055eecb3'
+pkgver=2.5.0
+_pkgtag='ebba397b98d5'
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-et-xmlfile' 'python2-et-xmlfile')
 source=("https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.bz2";
 "LICENCE")
-md5sums=('50d19140cea6f94bae0bca7776faa1d4'
+md5sums=('26273177a2231ad91d2cab011737b7e7'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2017-11-19 Thread Andrzej Giniewicz
Date: Sunday, November 19, 2017 @ 11:37:37
  Author: aginiewicz
Revision: 267442

upgpkg: python-openpyxl 2.4.9-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 11:35:57 UTC (rev 267441)
+++ PKGBUILD2017-11-19 11:37:37 UTC (rev 267442)
@@ -5,8 +5,8 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.4.8
-_pkgtag='d26bb79d9448'
+pkgver=2.4.9
+_pkgtag='2b77055eecb3'
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-et-xmlfile' 'python2-et-xmlfile')
 source=("https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.bz2";
 "LICENCE")
-md5sums=('35a6b0446ac9f88e84ae1b98182c715b'
+md5sums=('50d19140cea6f94bae0bca7776faa1d4'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2017-05-31 Thread Andrzej Giniewicz
Date: Wednesday, May 31, 2017 @ 11:06:06
  Author: aginiewicz
Revision: 231527

upgpkg: python-openpyxl 2.4.8-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-31 11:00:52 UTC (rev 231526)
+++ PKGBUILD2017-05-31 11:06:06 UTC (rev 231527)
@@ -5,8 +5,8 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.4.5
-_pkgtag='84f1f24f8fac'
+pkgver=2.4.8
+_pkgtag='d26bb79d9448'
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-et-xmlfile' 'python2-et-xmlfile')
 source=("https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.bz2";
 "LICENCE")
-md5sums=('dbacab8856c416f7e4dfe9b6b3237f0f'
+md5sums=('35a6b0446ac9f88e84ae1b98182c715b'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2017-04-10 Thread Andrzej Giniewicz
Date: Monday, April 10, 2017 @ 16:04:10
  Author: aginiewicz
Revision: 221818

upgpkg: python-openpyxl 2.4.5-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-10 16:00:43 UTC (rev 221817)
+++ PKGBUILD2017-04-10 16:04:10 UTC (rev 221818)
@@ -5,8 +5,8 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.4.4
-_pkgtag='ca503da36b72'
+pkgver=2.4.5
+_pkgtag='84f1f24f8fac'
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-et-xmlfile' 'python2-et-xmlfile')
 source=("https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.bz2";
 "LICENCE")
-md5sums=('c9800344ed1a175cd642a2f4c0da907e'
+md5sums=('dbacab8856c416f7e4dfe9b6b3237f0f'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2017-03-03 Thread Andrzej Giniewicz
Date: Friday, March 3, 2017 @ 15:23:20
  Author: aginiewicz
Revision: 214659

upgpkg: python-openpyxl 2.4.4-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-03 14:49:38 UTC (rev 214658)
+++ PKGBUILD2017-03-03 15:23:20 UTC (rev 214659)
@@ -5,8 +5,8 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.4.2
-_pkgtag='f8bb58ea697d'
+pkgver=2.4.4
+_pkgtag='ca503da36b72'
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-et-xmlfile' 'python2-et-xmlfile')
 source=("https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.bz2";
 "LICENCE")
-md5sums=('06cd8e0fb58be1e2a10fc3cc29d5f6b7'
+md5sums=('c9800344ed1a175cd642a2f4c0da907e'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2017-02-11 Thread Andrzej Giniewicz
Date: Saturday, February 11, 2017 @ 12:00:19
  Author: aginiewicz
Revision: 211847

upgpkg: python-openpyxl 2.4.2-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 11:57:04 UTC (rev 211846)
+++ PKGBUILD2017-02-11 12:00:19 UTC (rev 211847)
@@ -5,9 +5,9 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.4.1
-_pkgtag='d786a9744c71'
-pkgrel=2
+pkgver=2.4.2
+_pkgtag='f8bb58ea697d'
+pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
 url="http://openpyxl.readthedocs.org/";
@@ -15,7 +15,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-et-xmlfile' 'python2-et-xmlfile')
 source=("https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.bz2";
 "LICENCE")
-md5sums=('84b07e491d3aaf79b68e0ac71c7f16ef'
+md5sums=('06cd8e0fb58be1e2a10fc3cc29d5f6b7'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2016-12-26 Thread Bartłomiej Piotrowski
Date: Monday, December 26, 2016 @ 10:32:57
  Author: bpiotrowski
Revision: 202744

Python 3.6 rebuild

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-26 10:32:21 UTC (rev 202743)
+++ PKGBUILD2016-12-26 10:32:57 UTC (rev 202744)
@@ -7,7 +7,7 @@
 pkgname=('python2-openpyxl' 'python-openpyxl')
 pkgver=2.4.1
 _pkgtag='d786a9744c71'
-pkgrel=1
+pkgrel=2
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
 url="http://openpyxl.readthedocs.org/";


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

2016-11-25 Thread Andrzej Giniewicz
Date: Friday, November 25, 2016 @ 15:14:27
  Author: aginiewicz
Revision: 196861

upgpkg: python-openpyxl 2.4.1-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-25 15:10:51 UTC (rev 196860)
+++ PKGBUILD2016-11-25 15:14:27 UTC (rev 196861)
@@ -5,8 +5,8 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.4.0
-_pkgtag='571d0a60d874'
+pkgver=2.4.1
+_pkgtag='d786a9744c71'
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-et-xmlfile' 'python2-et-xmlfile')
 source=("https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.bz2";
 "LICENCE")
-md5sums=('30085e87610e6e4fc0e4c68364b52365'
+md5sums=('84b07e491d3aaf79b68e0ac71c7f16ef'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2016-10-05 Thread Andrzej Giniewicz
Date: Wednesday, October 5, 2016 @ 18:50:25
  Author: aginiewicz
Revision: 191419

upgpkg: python-openpyxl 2.4.0-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

--+
 PKGBUILD |   23 ---
 1 file changed, 12 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-05 18:42:20 UTC (rev 191418)
+++ PKGBUILD2016-10-05 18:50:25 UTC (rev 191419)
@@ -5,7 +5,8 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.3.5
+pkgver=2.4.0
+_pkgtag='571d0a60d874'
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -12,15 +13,15 @@
 url="http://openpyxl.readthedocs.org/";
 license=('MIT')
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-et-xmlfile' 'python2-et-xmlfile')
-source=("https://pypi.python.org/packages/source/o/openpyxl/openpyxl-${pkgver}.tar.gz";
+source=("https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.bz2";
 "LICENCE")
-md5sums=('425a8aee5dc9fcc25e6ffd8d4babb93a'
+md5sums=('30085e87610e6e4fc0e4c68364b52365'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {
   cd "$srcdir"
-  cp -a openpyxl-${pkgver} openpyxl-py2-${pkgver}
-  cd openpyxl-py2-${pkgver}
+  cp -a openpyxl-openpyxl-${_pkgtag} openpyxl-openpyxl-py2-${_pkgtag}
+  cd openpyxl-openpyxl-py2-${_pkgtag}
 
   sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
   -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
@@ -30,19 +31,19 @@
 
 build() {
   msg "Building Python2"
-  cd "$srcdir"/openpyxl-py2-${pkgver}
+  cd "$srcdir"/openpyxl-openpyxl-py2-${_pkgtag}
   python2 setup.py build
 
   msg "Building Python3"
-  cd "$srcdir"/openpyxl-${pkgver}
+  cd "$srcdir"/openpyxl-openpyxl-${_pkgtag}
   python setup.py build
 }
 
 package_python2-openpyxl() {
-  depends=('python2' 'python2-jdcal' 'python2-et-xmlfile')
+  depends=('python2-jdcal' 'python2-et-xmlfile')
   optdepends=('python2-pillow: needed to include images')
 
-  cd "$srcdir"/openpyxl-py2-${pkgver}
+  cd "$srcdir"/openpyxl-openpyxl-py2-${_pkgtag}
 
   python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
 
@@ -50,10 +51,10 @@
 }
 
 package_python-openpyxl() {
-  depends=('python' 'python-jdcal' 'python-et-xmlfile')
+  depends=('python-jdcal' 'python-et-xmlfile')
   optdepends=('python-pillow: needed to include images')
 
-  cd "$srcdir"/openpyxl-${pkgver}
+  cd "$srcdir"/openpyxl-openpyxl-${_pkgtag}
 
   python setup.py install --skip-build --root="$pkgdir" --optimize=1
 


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

2016-04-28 Thread Andrzej Giniewicz
Date: Thursday, April 28, 2016 @ 14:09:41
  Author: aginiewicz
Revision: 172405

upgpkg: python-openpyxl 2.3.5-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-28 11:41:24 UTC (rev 172404)
+++ PKGBUILD2016-04-28 12:09:41 UTC (rev 172405)
@@ -5,7 +5,7 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.3.4
+pkgver=2.3.5
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-et-xmlfile' 'python2-et-xmlfile')
 
source=("https://pypi.python.org/packages/source/o/openpyxl/openpyxl-${pkgver}.tar.gz";
 "LICENCE")
-md5sums=('7d0060ddced2b0ec5cbf6b0289056e17'
+md5sums=('425a8aee5dc9fcc25e6ffd8d4babb93a'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2016-03-22 Thread Andrzej Giniewicz
Date: Tuesday, March 22, 2016 @ 09:49:04
  Author: aginiewicz
Revision: 167878

upgpkg: python-openpyxl 2.3.4-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-22 08:42:20 UTC (rev 167877)
+++ PKGBUILD2016-03-22 08:49:04 UTC (rev 167878)
@@ -5,7 +5,7 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.3.3
+pkgver=2.3.4
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-et-xmlfile' 'python2-et-xmlfile')
 
source=("https://pypi.python.org/packages/source/o/openpyxl/openpyxl-${pkgver}.tar.gz";
 "LICENCE")
-md5sums=('51266bd2496aad909126eb83673315ce'
+md5sums=('7d0060ddced2b0ec5cbf6b0289056e17'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2016-02-03 Thread Andrzej Giniewicz
Date: Wednesday, February 3, 2016 @ 15:02:59
  Author: aginiewicz
Revision: 160073

upgpkg: python-openpyxl 2.3.3-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-03 13:28:10 UTC (rev 160072)
+++ PKGBUILD2016-02-03 14:02:59 UTC (rev 160073)
@@ -5,7 +5,7 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.3.2
+pkgver=2.3.3
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-et-xmlfile' 'python2-et-xmlfile')
 
source=("https://pypi.python.org/packages/source/o/openpyxl/openpyxl-${pkgver}.tar.gz";
 "LICENCE")
-md5sums=('87501a881d30489833670de337cad02e'
+md5sums=('51266bd2496aad909126eb83673315ce'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2015-12-18 Thread Andrzej Giniewicz
Date: Friday, December 18, 2015 @ 23:05:43
  Author: aginiewicz
Revision: 153696

upgpkg: python-openpyxl 2.3.2-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-18 21:54:54 UTC (rev 153695)
+++ PKGBUILD2015-12-18 22:05:43 UTC (rev 153696)
@@ -5,7 +5,7 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.3.1
+pkgver=2.3.2
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-et-xmlfile' 'python2-et-xmlfile')
 
source=("https://pypi.python.org/packages/source/o/openpyxl/openpyxl-${pkgver}.tar.gz";
 "LICENCE")
-md5sums=('7fa43e8946fe230788bae0aae1dfded7'
+md5sums=('87501a881d30489833670de337cad02e'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2015-09-20 Thread Andrzej Giniewicz
Date: Sunday, September 20, 2015 @ 09:18:25
  Author: aginiewicz
Revision: 141189

upgpkg: python-openpyxl 2.2.6-1

python-openpyxl: rebuild and update

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 07:15:05 UTC (rev 141188)
+++ PKGBUILD2015-09-20 07:18:25 UTC (rev 141189)
@@ -5,7 +5,7 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.2.4
+pkgver=2.2.6
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-lxml' 'python2-lxml')
 
source=("https://pypi.python.org/packages/source/o/openpyxl/openpyxl-${pkgver}.tar.gz";
 "LICENCE")
-md5sums=('c18efe86fc96bbb9f62e2a4ed64ef430'
+md5sums=('e218e2c7729be4627c290c3984f85d73'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2015-07-28 Thread Andrzej Giniewicz
Date: Tuesday, July 28, 2015 @ 10:43:00
  Author: aginiewicz
Revision: 137540

upgpkg: python-openpyxl 2.2.4-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 08:32:34 UTC (rev 137539)
+++ PKGBUILD2015-07-28 08:43:00 UTC (rev 137540)
@@ -5,7 +5,7 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.2.3
+pkgver=2.2.4
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-lxml' 'python2-lxml')
 
source=("https://pypi.python.org/packages/source/o/openpyxl/openpyxl-${pkgver}.tar.gz";
 "LICENCE")
-md5sums=('77dbe64a9a43a3bf4791871cf8fe62a2'
+md5sums=('c18efe86fc96bbb9f62e2a4ed64ef430'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2015-06-01 Thread Andrzej Giniewicz
Date: Monday, June 1, 2015 @ 14:48:05
  Author: aginiewicz
Revision: 134465

upgpkg: python-openpyxl 2.2.3-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-01 12:44:39 UTC (rev 134464)
+++ PKGBUILD2015-06-01 12:48:05 UTC (rev 134465)
@@ -5,7 +5,7 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.2.2
+pkgver=2.2.3
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-lxml' 'python2-lxml')
 
source=("https://pypi.python.org/packages/source/o/openpyxl/openpyxl-${pkgver}.tar.gz";
 "LICENCE")
-md5sums=('94668360e4a9726b4d0a3c5884df802e'
+md5sums=('77dbe64a9a43a3bf4791871cf8fe62a2'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2015-05-15 Thread Andrzej Giniewicz
Date: Friday, May 15, 2015 @ 13:28:38
  Author: aginiewicz
Revision: 133500

upgpkg: python-openpyxl 2.2.2-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 11:26:55 UTC (rev 133499)
+++ PKGBUILD2015-05-15 11:28:38 UTC (rev 133500)
@@ -5,7 +5,7 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-lxml' 'python2-lxml')
 
source=("https://pypi.python.org/packages/source/o/openpyxl/openpyxl-${pkgver}.tar.gz";
 "LICENCE")
-md5sums=('6afea6c209aca8eef773b61f23f4b92d'
+md5sums=('94668360e4a9726b4d0a3c5884df802e'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2015-03-31 Thread Andrzej Giniewicz
Date: Tuesday, March 31, 2015 @ 12:07:05
  Author: aginiewicz
Revision: 130400

upgpkg: python-openpyxl 2.2.1-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 10:03:39 UTC (rev 130399)
+++ PKGBUILD2015-03-31 10:07:05 UTC (rev 130400)
@@ -5,7 +5,7 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-lxml' 'python2-lxml')
 
source=("https://pypi.python.org/packages/source/o/openpyxl/openpyxl-${pkgver}.tar.gz";
 "LICENCE")
-md5sums=('118702e284bf4dc5070aecfc5558976c'
+md5sums=('6afea6c209aca8eef773b61f23f4b92d'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2015-03-21 Thread Andrzej Giniewicz
Date: Saturday, March 21, 2015 @ 11:10:56
  Author: aginiewicz
Revision: 129669

upgpkg: python-openpyxl 2.2.0-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-21 09:59:19 UTC (rev 129668)
+++ PKGBUILD2015-03-21 10:10:56 UTC (rev 129669)
@@ -5,7 +5,7 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.1.5
+pkgver=2.2.0
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-lxml' 'python2-lxml')
 
source=("https://pypi.python.org/packages/source/o/openpyxl/openpyxl-${pkgver}.tar.gz";
 "LICENCE")
-md5sums=('5a6506a5e429720cceeff5d2dde2b08e'
+md5sums=('118702e284bf4dc5070aecfc5558976c'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2015-03-05 Thread Andrzej Giniewicz
Date: Thursday, March 5, 2015 @ 17:26:36
  Author: aginiewicz
Revision: 128774

upgpkg: python-openpyxl 2.1.5-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-05 16:02:12 UTC (rev 128773)
+++ PKGBUILD2015-03-05 16:26:36 UTC (rev 128774)
@@ -5,7 +5,7 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.1.4
+pkgver=2.1.5
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-lxml' 'python2-lxml')
 
source=("https://pypi.python.org/packages/source/o/openpyxl/openpyxl-${pkgver}.tar.gz";
 "LICENCE")
-md5sums=('2ad1a0d364228cf3248896786cc5af3c'
+md5sums=('5a6506a5e429720cceeff5d2dde2b08e'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2015-01-03 Thread Andrzej Giniewicz
Date: Sunday, January 4, 2015 @ 00:20:30
  Author: aginiewicz
Revision: 125254

upgpkg: python-openpyxl 2.1.4-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-03 22:16:58 UTC (rev 125253)
+++ PKGBUILD2015-01-03 23:20:30 UTC (rev 125254)
@@ -5,7 +5,7 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.1.2
+pkgver=2.1.4
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-lxml' 'python2-lxml')
 
source=("https://pypi.python.org/packages/source/o/openpyxl/openpyxl-${pkgver}.tar.gz";
 "LICENCE")
-md5sums=('7a436a938bd19cd36942870ca3183034'
+md5sums=('2ad1a0d364228cf3248896786cc5af3c'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2014-12-03 Thread Andrzej Giniewicz
Date: Wednesday, December 3, 2014 @ 13:10:01
  Author: aginiewicz
Revision: 123399

upgpkg: python-openpyxl 2.1.2-1

release python-openpyxl>=2.0

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-03 12:08:50 UTC (rev 123398)
+++ PKGBUILD2014-12-03 12:10:01 UTC (rev 123399)
@@ -6,7 +6,7 @@
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
 pkgver=2.1.2
-pkgrel=0
+pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
 url="http://openpyxl.readthedocs.org/";


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

2014-06-08 Thread Andrzej Giniewicz
Date: Sunday, June 8, 2014 @ 22:47:06
  Author: aginiewicz
Revision: 112829

upgpkg: python-openpyxl 2.0.3-2

fixed python dependencies

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-08 20:28:08 UTC (rev 112828)
+++ PKGBUILD2014-06-08 20:47:06 UTC (rev 112829)
@@ -6,7 +6,7 @@
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
 pkgver=2.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
 url="http://openpyxl.readthedocs.org";
@@ -31,6 +31,7 @@
 }
 
 package_python2-openpyxl() {
+  depends=('python2')
   optdepends=('python2-pillow: needed for including images')
 
   cd "$srcdir"/openpyxl-py2-${pkgver}
@@ -41,6 +42,7 @@
 }
 
 package_python-openpyxl() {
+  depends=('python')
   optdepends=('python-pillow: needed for including images')
 
   cd "$srcdir"/openpyxl-${pkgver}



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

2014-06-08 Thread Andrzej Giniewicz
Date: Sunday, June 8, 2014 @ 22:27:55
  Author: aginiewicz
Revision: 112827

upgpkg: python-openpyxl 2.0.3-1

Release python-openpyxl

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-08 20:26:39 UTC (rev 112826)
+++ PKGBUILD2014-06-08 20:27:55 UTC (rev 112827)
@@ -6,7 +6,7 @@
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
 pkgver=2.0.3
-pkgrel=0
+pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
 url="http://openpyxl.readthedocs.org";