14
0
forked from pool/python-pdd

Accepting request 1008033 from home:yarunachalam:branches:devel:languages:python

- version update to  v1.6
  * long variants for short program options
  * completion scripts for Bash, Fish and Zsh
  * add support for pyhton 3.10 (dropped 3.6)

OBS-URL: https://build.opensuse.org/request/show/1008033
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pdd?expand=0&rev=9
This commit is contained in:
2022-10-05 09:44:26 +00:00
committed by Git OBS Bridge
parent ce93b34afa
commit 965a321da8
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d079f387849fce07a000ec81c0ecfbf9db1e1da943e84da57105a599f209e12f
size 22713

3
pdd-1.6.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3fd3888b97fdd18de95cec10df0b64cbb55740307042bceff4f547771ed45c99
size 22099

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Oct 4 22:51:47 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- version update to v1.6
* long variants for short program options
* completion scripts for Bash, Fish and Zsh
* add support for pyhton 3.10 (dropped 3.6)
-------------------------------------------------------------------
Tue May 18 21:10:24 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pdd
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pdd
Version: 1.5
Version: 1.6
Release: 0
Summary: Tiny date, time diff calculator with timers
License: GPL-3.0-only
@@ -34,7 +34,7 @@ BuildRequires: python-rpm-macros
Requires: python-python-dateutil
Requires: python-setuptools
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module pytest}