Preparing for new release.
This commit is contained in:
parent
696cab4ac7
commit
f04e401467
2
Makefile
2
Makefile
|
@ -31,7 +31,7 @@ install:
|
|||
pip3 install . --user
|
||||
|
||||
uninstall:
|
||||
pip3 uninstall $(PACKAGE_NAME)
|
||||
pip3 uninstall --verbose --yes $(PACKAGE_NAME)
|
||||
|
||||
install-dev:
|
||||
pipenv install --dev
|
||||
|
|
6
Pipfile
6
Pipfile
|
@ -26,12 +26,12 @@ verify_ssl = true
|
|||
|
||||
[dev-packages]
|
||||
# Documentation.
|
||||
Sphinx = "~=4.1"
|
||||
sphinx-rtd-theme = '~=0.5'
|
||||
Sphinx = "~=4.2"
|
||||
sphinx-rtd-theme = '~=1.0'
|
||||
|
||||
# Tools.
|
||||
twine = "~=3.4"
|
||||
pre-commit = "~=2.13"
|
||||
pre-commit = "~=2.15"
|
||||
|
||||
[packages]
|
||||
requests = "~=2.26"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Franco Masotti <franco dot masotti at live dot com>
|
||||
# Contributor: Franco Masotti <franco dot masotti at live dot com>
|
||||
pkgname=python-fattura_elettronica_reader
|
||||
pkgver=2.0.7
|
||||
pkgver=2.0.8
|
||||
pkgrel=1
|
||||
pkgdesc="A utility that is able to check and extract electronic invoice received from the Sistema di Interscambio"
|
||||
arch=('any')
|
||||
|
@ -12,10 +12,10 @@ depends=('python'
|
|||
'python-atomicwrites=1.4.0'
|
||||
'python-filetype=1.0.7'
|
||||
'python-appdirs=1.4.4'
|
||||
'python-requests=2.25.1'
|
||||
'python-requests=2.26.0'
|
||||
'python-lxml=4.6.3',
|
||||
'python-yaml=5.4.1.1',
|
||||
'python-fpyutils=2.0.0')
|
||||
'python-fpyutils=2.0.1')
|
||||
options=(!emptydirs)
|
||||
source=("https://blog.franco.net.eu.org/software/fattura-elettronica-reader-${pkgver}/fattura-elettronica-reader-${pkgver}.tar.gz.sig" "https://blog.franco.net.eu.org/software/fattura-elettronica-reader-${pkgver}/fattura-elettronica-reader-${pkgver}.tar.gz")
|
||||
sha512sums=('SKIP' 'SKIP')
|
||||
|
|
Loading…
Reference in New Issue