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

2020-11-10 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 06:54:34
  Author: felixonmars
Revision: 749968

upgpkg: python-yaspin 1.2.0-3: Python 3.9 rebuild

Modified:
  python-yaspin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:54:31 UTC (rev 749967)
+++ PKGBUILD2020-11-11 06:54:34 UTC (rev 749968)
@@ -2,7 +2,7 @@
 
 pkgname=python-yaspin
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Yet Another Terminal Spinner"
 url="https://github.com/pavdmyt/yaspin;
 license=('MIT')


[arch-commits] Commit in python-yaspin/trunk (PKGBUILD setup.py)

2020-11-09 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 10, 2020 @ 04:58:10
  Author: foutrelis
Revision: 749204

Drop setup.py before second rebuild

Modified:
  python-yaspin/trunk/PKGBUILD
Deleted:
  python-yaspin/trunk/setup.py

--+
 PKGBUILD |   11 +++
 setup.py |   41 -
 2 files changed, 3 insertions(+), 49 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 04:58:05 UTC (rev 749203)
+++ PKGBUILD2020-11-10 04:58:10 UTC (rev 749204)
@@ -10,10 +10,8 @@
 depends=('python')
 makedepends=('python-dephell')
 checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pavdmyt/yaspin/archive/v$pkgver.tar.gz;
-setup.py)
-sha512sums=('c57d241a7483d70f816958887a5421d3ea5f85a965244f803300f0c9dd25216327fc9a5a513ab9f18cb7bc66ab1d905ade1ab7ffb62d376d8d1a7719b7cc5d86'
-
'7ca0ce814ef2ad9552acd2d77cff852abfa40ceb0ac22b0ea7f56a384c25c24b25d7f5163073545cf69941cf9742a349fe780f4b51e143b6782ec6a7a3695beb')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pavdmyt/yaspin/archive/v$pkgver.tar.gz;)
+sha512sums=('c57d241a7483d70f816958887a5421d3ea5f85a965244f803300f0c9dd25216327fc9a5a513ab9f18cb7bc66ab1d905ade1ab7ffb62d376d8d1a7719b7cc5d86')
 
 prepare() {
   cd yaspin-$pkgver
@@ -21,10 +19,7 @@
   # poetry-generated setup.py is badly broken in several ways, including
   # distribution of tests in the built package as well as using distutils for
   # bad metadata. See https://github.com/sdispater/poetry/issues/866
-  #dephell deps convert --from pyproject.toml --to setup.py
-
-  # Bootstrapping for Python 3.9
-  cp ../setup.py .
+  dephell deps convert --from pyproject.toml --to setup.py
 }
 
 build() {

Deleted: setup.py
===
--- setup.py2020-11-10 04:58:05 UTC (rev 749203)
+++ setup.py2020-11-10 04:58:10 UTC (rev 749204)
@@ -1,41 +0,0 @@
-
-# -*- coding: utf-8 -*-
-
-# DO NOT EDIT THIS FILE!
-# This file has been autogenerated by dephell <3
-# https://github.com/dephell/dephell
-
-try:
-from setuptools import setup
-except ImportError:
-from distutils.core import setup
-
-
-import os.path
-
-readme = ''
-here = os.path.abspath(os.path.dirname(__file__))
-readme_path = os.path.join(here, 'README.rst')
-if os.path.exists(readme_path):
-with open(readme_path, 'rb') as stream:
-readme = stream.read().decode('utf8')
-
-
-setup(
-long_description=readme,
-name='yaspin',
-version='1.2.0',
-description='Yet Another Terminal Spinner',
-python_requires='!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,<4.0,>=2.7',
-project_urls={"documentation": 
"https://github.com/pavdmyt/yaspin/blob/master/README.rst;, "homepage": 
"https://github.com/pavdmyt/yaspin;, "repository": 
"https://github.com/pavdmyt/yaspin"},
-author='Pavlo Dmytrenko',
-author_email='m...@pavdmyt.com',
-license='MIT',
-keywords='spinner console terminal loader indicator',
-classifiers=['Development Status :: 5 - Production/Stable', 'Environment 
:: Console', 'Environment :: MacOS X', 'Environment :: Other Environment', 
'Intended Audience :: Developers', 'Intended Audience :: End Users/Desktop', 
'Intended Audience :: Other Audience', 'Intended Audience :: System 
Administrators', 'License :: OSI Approved :: MIT License', 'Natural Language :: 
English', 'Operating System :: MacOS :: MacOS X', 'Operating System :: POSIX :: 
Linux', 'Programming Language :: Python', 'Programming Language :: Python :: 
2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 
3', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 
3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python 
:: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: 
Python :: Implementation', 'Programming Language :: Python :: Implementation :: 
CPython', 'Programming Language :: Python :: Implementation :: PyPy',
  'Topic :: Software Development', 'Topic :: Software Development :: Libraries 
:: Python Modules', 'Topic :: Software Development :: User Interfaces', 'Topic 
:: System :: Logging', 'Topic :: System :: Monitoring', 'Topic :: System :: 
Shells', 'Topic :: Terminals', 'Topic :: Utilities'],
-packages=['yaspin'],
-package_dir={"": "."},
-package_data={"yaspin": ["data/*.json"]},
-install_requires=[],
-extras_require={"dev": ["flake8<3.7", "isort==4.*,>=4.3.0", 
"pytest==4.*,>=4.6.0", "pytest-cov==2.*,>=2.10.0", "pytest-sugar==0.*,>=0.9.0", 
"pytest-xdist==1.*,>=1.33.0"]},
-)


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

2020-11-09 Thread Felix Yan via arch-commits
Date: Monday, November 9, 2020 @ 15:23:32
  Author: felixonmars
Revision: 746968

upgpkg: python-yaspin 1.2.0-2: Python 3.9 rebuild

Modified:
  python-yaspin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 15:22:55 UTC (rev 746967)
+++ PKGBUILD2020-11-09 15:23:32 UTC (rev 746968)
@@ -2,7 +2,7 @@
 
 pkgname=python-yaspin
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Yet Another Terminal Spinner"
 url="https://github.com/pavdmyt/yaspin;
 license=('MIT')


[arch-commits] Commit in python-yaspin/trunk (PKGBUILD setup.py)

2020-11-09 Thread Evangelos Foutras via arch-commits
Date: Monday, November 9, 2020 @ 15:22:55
  Author: foutrelis
Revision: 746967

Add dephell-generated setup.py for Python 3.9

Added:
  python-yaspin/trunk/setup.py
Modified:
  python-yaspin/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 setup.py |   41 +
 2 files changed, 49 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 15:11:55 UTC (rev 746966)
+++ PKGBUILD2020-11-09 15:22:55 UTC (rev 746967)
@@ -10,8 +10,10 @@
 depends=('python')
 makedepends=('python-dephell')
 checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pavdmyt/yaspin/archive/v$pkgver.tar.gz;)
-sha512sums=('c57d241a7483d70f816958887a5421d3ea5f85a965244f803300f0c9dd25216327fc9a5a513ab9f18cb7bc66ab1d905ade1ab7ffb62d376d8d1a7719b7cc5d86')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pavdmyt/yaspin/archive/v$pkgver.tar.gz;
+setup.py)
+sha512sums=('c57d241a7483d70f816958887a5421d3ea5f85a965244f803300f0c9dd25216327fc9a5a513ab9f18cb7bc66ab1d905ade1ab7ffb62d376d8d1a7719b7cc5d86'
+
'7ca0ce814ef2ad9552acd2d77cff852abfa40ceb0ac22b0ea7f56a384c25c24b25d7f5163073545cf69941cf9742a349fe780f4b51e143b6782ec6a7a3695beb')
 
 prepare() {
   cd yaspin-$pkgver
@@ -19,7 +21,10 @@
   # poetry-generated setup.py is badly broken in several ways, including
   # distribution of tests in the built package as well as using distutils for
   # bad metadata. See https://github.com/sdispater/poetry/issues/866
-  dephell deps convert --from pyproject.toml --to setup.py
+  #dephell deps convert --from pyproject.toml --to setup.py
+
+  # Bootstrapping for Python 3.9
+  cp ../setup.py .
 }
 
 build() {

Added: setup.py
===
--- setup.py(rev 0)
+++ setup.py2020-11-09 15:22:55 UTC (rev 746967)
@@ -0,0 +1,41 @@
+
+# -*- coding: utf-8 -*-
+
+# DO NOT EDIT THIS FILE!
+# This file has been autogenerated by dephell <3
+# https://github.com/dephell/dephell
+
+try:
+from setuptools import setup
+except ImportError:
+from distutils.core import setup
+
+
+import os.path
+
+readme = ''
+here = os.path.abspath(os.path.dirname(__file__))
+readme_path = os.path.join(here, 'README.rst')
+if os.path.exists(readme_path):
+with open(readme_path, 'rb') as stream:
+readme = stream.read().decode('utf8')
+
+
+setup(
+long_description=readme,
+name='yaspin',
+version='1.2.0',
+description='Yet Another Terminal Spinner',
+python_requires='!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,<4.0,>=2.7',
+project_urls={"documentation": 
"https://github.com/pavdmyt/yaspin/blob/master/README.rst;, "homepage": 
"https://github.com/pavdmyt/yaspin;, "repository": 
"https://github.com/pavdmyt/yaspin"},
+author='Pavlo Dmytrenko',
+author_email='m...@pavdmyt.com',
+license='MIT',
+keywords='spinner console terminal loader indicator',
+classifiers=['Development Status :: 5 - Production/Stable', 'Environment 
:: Console', 'Environment :: MacOS X', 'Environment :: Other Environment', 
'Intended Audience :: Developers', 'Intended Audience :: End Users/Desktop', 
'Intended Audience :: Other Audience', 'Intended Audience :: System 
Administrators', 'License :: OSI Approved :: MIT License', 'Natural Language :: 
English', 'Operating System :: MacOS :: MacOS X', 'Operating System :: POSIX :: 
Linux', 'Programming Language :: Python', 'Programming Language :: Python :: 
2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 
3', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 
3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python 
:: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: 
Python :: Implementation', 'Programming Language :: Python :: Implementation :: 
CPython', 'Programming Language :: Python :: Implementation :: PyPy',
  'Topic :: Software Development', 'Topic :: Software Development :: Libraries 
:: Python Modules', 'Topic :: Software Development :: User Interfaces', 'Topic 
:: System :: Logging', 'Topic :: System :: Monitoring', 'Topic :: System :: 
Shells', 'Topic :: Terminals', 'Topic :: Utilities'],
+packages=['yaspin'],
+package_dir={"": "."},
+package_data={"yaspin": ["data/*.json"]},
+install_requires=[],
+extras_require={"dev": ["flake8<3.7", "isort==4.*,>=4.3.0", 
"pytest==4.*,>=4.6.0", "pytest-cov==2.*,>=2.10.0", "pytest-sugar==0.*,>=0.9.0", 
"pytest-xdist==1.*,>=1.33.0"]},
+)


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

2020-10-20 Thread Felix Yan via arch-commits
Date: Tuesday, October 20, 2020 @ 08:27:58
  Author: felixonmars
Revision: 727517

upgpkg: python-yaspin 1.2.0-1

Modified:
  python-yaspin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-20 08:27:47 UTC (rev 727516)
+++ PKGBUILD2020-10-20 08:27:58 UTC (rev 727517)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-yaspin
-pkgver=1.1.0
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="Yet Another Terminal Spinner"
 url="https://github.com/pavdmyt/yaspin;
@@ -11,7 +11,7 @@
 makedepends=('python-dephell')
 checkdepends=('python-pytest-runner')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pavdmyt/yaspin/archive/v$pkgver.tar.gz;)
-sha512sums=('9c8d3604b5d5eede8b0c7453c1f98bd2f079cfee1f3b15187a7304a1a80e97fe307deadf2e0cadf4b45d079c10e9757423f31118cbba87b1a3255c64bc5d0b98')
+sha512sums=('c57d241a7483d70f816958887a5421d3ea5f85a965244f803300f0c9dd25216327fc9a5a513ab9f18cb7bc66ab1d905ade1ab7ffb62d376d8d1a7719b7cc5d86')
 
 prepare() {
   cd yaspin-$pkgver


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

2020-10-04 Thread Felix Yan via arch-commits
Date: Sunday, October 4, 2020 @ 18:43:35
  Author: felixonmars
Revision: 717848

upgpkg: python-yaspin 1.1.0-1

Modified:
  python-yaspin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-04 18:43:14 UTC (rev 717847)
+++ PKGBUILD2020-10-04 18:43:35 UTC (rev 717848)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-yaspin
-pkgver=1.0.0
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="Yet Another Terminal Spinner"
 url="https://github.com/pavdmyt/yaspin;
@@ -11,7 +11,7 @@
 makedepends=('python-dephell')
 checkdepends=('python-pytest-runner')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pavdmyt/yaspin/archive/v$pkgver.tar.gz;)
-sha512sums=('52ec054bd82042ab2c139c3abee124946ca247c79e954ffcba1ff7edb0986ddc28d8998fcce150cb3da891cbaf2786bad423001e5eb77bc2a9cd1d0481c52c35')
+sha512sums=('9c8d3604b5d5eede8b0c7453c1f98bd2f079cfee1f3b15187a7304a1a80e97fe307deadf2e0cadf4b45d079c10e9757423f31118cbba87b1a3255c64bc5d0b98')
 
 prepare() {
   cd yaspin-$pkgver


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

2020-08-02 Thread Felix Yan via arch-commits
Date: Sunday, August 2, 2020 @ 14:03:14
  Author: felixonmars
Revision: 667707

upgpkg: python-yaspin 1.0.0-1

Modified:
  python-yaspin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-02 14:01:53 UTC (rev 667706)
+++ PKGBUILD2020-08-02 14:03:14 UTC (rev 667707)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-yaspin
-pkgver=0.18.0
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="Yet Another Terminal Spinner"
 url="https://github.com/pavdmyt/yaspin;
@@ -11,7 +11,7 @@
 makedepends=('python-dephell')
 checkdepends=('python-pytest-runner')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pavdmyt/yaspin/archive/v$pkgver.tar.gz;)
-sha512sums=('daa8ee8272ee48afb5cb0685da4daa4e64d2ce31dda7d1e818655a9c2360242068e234b38ffdb80df766724836668fe5da375817a33ad292804384bc335bb09f')
+sha512sums=('52ec054bd82042ab2c139c3abee124946ca247c79e954ffcba1ff7edb0986ddc28d8998fcce150cb3da891cbaf2786bad423001e5eb77bc2a9cd1d0481c52c35')
 
 prepare() {
   cd yaspin-$pkgver


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

2020-07-21 Thread Felix Yan via arch-commits
Date: Tuesday, July 21, 2020 @ 20:10:40
  Author: felixonmars
Revision: 664773

upgpkg: python-yaspin 0.18.0-1

Modified:
  python-yaspin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-21 20:08:09 UTC (rev 664772)
+++ PKGBUILD2020-07-21 20:10:40 UTC (rev 664773)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-yaspin
-pkgver=0.17.0
+pkgver=0.18.0
 pkgrel=1
 pkgdesc="Yet Another Terminal Spinner"
 url="https://github.com/pavdmyt/yaspin;
@@ -11,7 +11,7 @@
 makedepends=('python-dephell')
 checkdepends=('python-pytest-runner')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pavdmyt/yaspin/archive/v$pkgver.tar.gz;)
-sha512sums=('e059737d8f2b46929c8044ade0203d9f1298fc42a7354a984f385de5a72ebee06f2d7cbccb6c692c283b76139b825399901047ac0d6899147cf7a9532cc5b142')
+sha512sums=('daa8ee8272ee48afb5cb0685da4daa4e64d2ce31dda7d1e818655a9c2360242068e234b38ffdb80df766724836668fe5da375817a33ad292804384bc335bb09f')
 
 prepare() {
   cd yaspin-$pkgver


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

2020-05-09 Thread Felix Yan via arch-commits
Date: Saturday, May 9, 2020 @ 17:30:07
  Author: felixonmars
Revision: 626039

upgpkg: python-yaspin 0.17.0-1

Modified:
  python-yaspin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-09 17:28:19 UTC (rev 626038)
+++ PKGBUILD2020-05-09 17:30:07 UTC (rev 626039)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-yaspin
-pkgver=0.16.0
+pkgver=0.17.0
 pkgrel=1
 pkgdesc="Yet Another Terminal Spinner"
 url="https://github.com/pavdmyt/yaspin;
@@ -8,11 +8,20 @@
 license=('MIT')
 arch=('any')
 depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-dephell')
 checkdepends=('python-pytest-runner')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pavdmyt/yaspin/archive/v$pkgver.tar.gz;)
-sha512sums=('91b0c9f10241ed2dd11a58e703a238c8690b8cef871e858567d2b0ac65011160c6c2ae342c8f9d43801ea3f80c350aa780bafed5bc33d008483e7739e35e12a1')
+sha512sums=('e059737d8f2b46929c8044ade0203d9f1298fc42a7354a984f385de5a72ebee06f2d7cbccb6c692c283b76139b825399901047ac0d6899147cf7a9532cc5b142')
 
+prepare() {
+  cd yaspin-$pkgver
+
+  # poetry-generated setup.py is badly broken in several ways, including
+  # distribution of tests in the built package as well as using distutils for
+  # bad metadata. See https://github.com/sdispater/poetry/issues/866
+  dephell deps convert --from pyproject.toml --to setup.py
+}
+
 build() {
   cd yaspin-$pkgver
   python setup.py build


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

2020-01-11 Thread Felix Yan via arch-commits
Date: Sunday, January 12, 2020 @ 02:24:24
  Author: felixonmars
Revision: 552146

upgpkg: python-yaspin 0.16.0-1

Modified:
  python-yaspin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-12 02:22:13 UTC (rev 552145)
+++ PKGBUILD2020-01-12 02:24:24 UTC (rev 552146)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-yaspin
-pkgver=0.15.0
-pkgrel=3
+pkgver=0.16.0
+pkgrel=1
 pkgdesc="Yet Another Terminal Spinner"
 url="https://github.com/pavdmyt/yaspin;
 license=('MIT')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pavdmyt/yaspin/archive/v$pkgver.tar.gz;)
-sha512sums=('42b1354aced8ae939fbe751f093389de0738e4c62f1d1e81bfc045493406a0187c5b144c2185ebc0ccb5a1d2691bdedd696203ed3340f5eab30568906b8d65f9')
+sha512sums=('91b0c9f10241ed2dd11a58e703a238c8690b8cef871e858567d2b0ac65011160c6c2ae342c8f9d43801ea3f80c350aa780bafed5bc33d008483e7739e35e12a1')
 
 build() {
   cd yaspin-$pkgver


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 17:56:43
  Author: felixonmars
Revision: 521474

Python 3.8 rebuild

Modified:
  python-yaspin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 17:55:46 UTC (rev 521473)
+++ PKGBUILD2019-10-31 17:56:43 UTC (rev 521474)
@@ -2,7 +2,7 @@
 
 pkgname=python-yaspin
 pkgver=0.15.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Yet Another Terminal Spinner"
 url="https://github.com/pavdmyt/yaspin;
 license=('MIT')


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

2019-10-25 Thread Evangelos Foutras via arch-commits
Date: Friday, October 25, 2019 @ 16:32:44
  Author: foutrelis
Revision: 519455

Python 3.8 rebuild

Modified:
  python-yaspin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 16:32:42 UTC (rev 519454)
+++ PKGBUILD2019-10-25 16:32:44 UTC (rev 519455)
@@ -2,7 +2,7 @@
 
 pkgname=python-yaspin
 pkgver=0.15.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Yet Another Terminal Spinner"
 url="https://github.com/pavdmyt/yaspin;
 license=('MIT')


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

2019-08-09 Thread Felix Yan via arch-commits
Date: Friday, August 9, 2019 @ 18:18:28
  Author: felixonmars
Revision: 498551

upgpkg: python-yaspin 0.15.0-1

Modified:
  python-yaspin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-09 18:16:36 UTC (rev 498550)
+++ PKGBUILD2019-08-09 18:18:28 UTC (rev 498551)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-yaspin
-pkgver=0.14.3
-pkgrel=2
+pkgver=0.15.0
+pkgrel=1
 pkgdesc="Yet Another Terminal Spinner"
 url="https://github.com/pavdmyt/yaspin;
 license=('MIT')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pavdmyt/yaspin/archive/v$pkgver.tar.gz;)
-sha512sums=('f6fc5e8a39c6d1606f68c9f2521aaa9ba1023b7b7b598d5125fc8b0f0bb2b228c81898014270a985ddb0add8e5f6edc9453a15bddb8c4b29f9b75577a6f94b4b')
+sha512sums=('42b1354aced8ae939fbe751f093389de0738e4c62f1d1e81bfc045493406a0187c5b144c2185ebc0ccb5a1d2691bdedd696203ed3340f5eab30568906b8d65f9')
 
 build() {
   cd yaspin-$pkgver


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

2019-05-25 Thread Felix Yan via arch-commits
Date: Saturday, May 25, 2019 @ 17:42:11
  Author: felixonmars
Revision: 470718

upgpkg: python-yaspin 0.14.3-2

fix arch

Modified:
  python-yaspin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 17:41:10 UTC (rev 470717)
+++ PKGBUILD2019-05-25 17:42:11 UTC (rev 470718)
@@ -2,11 +2,11 @@
 
 pkgname=python-yaspin
 pkgver=0.14.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Yet Another Terminal Spinner"
 url="https://github.com/pavdmyt/yaspin;
 license=('MIT')
-arch=('x86_64')
+arch=('any')
 depends=('python')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner')