Update to 2.3.0

Changes:	https://github.com/takluyver/flit/blob/master/doc/history.rst
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-04-10 22:21:40 +00:00
parent 8df65418e9
commit 38e4a68286
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531349
3 changed files with 6 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= flit-core
PORTVERSION= 2.2.0
PORTVERSION= 2.3.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1582734465
SHA256 (flit_core-2.2.0.tar.gz) = 4efb8bffc1a04d8e550e877f0c9acf53109a021cc27c2a89b1b467715dc1d657
SIZE (flit_core-2.2.0.tar.gz) = 23131
TIMESTAMP = 1586534745
SHA256 (flit_core-2.3.0.tar.gz) = a50bcd8bf5785e3a7d95434244f30ba693e794c5204ac1ee908fc07c4acdbf80
SIZE (flit_core-2.3.0.tar.gz) = 22995

View file

@ -1,8 +1,9 @@
from setuptools import setup, find_packages
import flit_core
setup(
name='flit_core',
version='2.2.0',
version=flit_core.__version__,
author='Thomas Kluyver & contributors',
author_email='thomas@kluyver.me.uk',
description="Flit's core machinery for building packages.",