forked from pool/python-mutt-ics
- Update to 0.9.2:
* Include license in the distribution OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mutt-ics?expand=0&rev=12
This commit is contained in:
committed by
Git OBS Bridge
parent
551bfd9bcc
commit
da2d882a24
21
LICENSE.mit
21
LICENSE.mit
@@ -1,21 +0,0 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2016 Dmitry Medvinsky
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7424ba20890dca3b968bcd0fc070e81c247ab971e1fc3bc929d65304b7c73197
|
||||
size 4999
|
||||
3
mutt_ics-0.9.2.tar.gz
Normal file
3
mutt_ics-0.9.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d44d4bec4e71c7f14df01b90fdb9563cdc784ece4250abfea5b0b675cfe85a50
|
||||
size 5630
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 13:54:58 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 0.9.2:
|
||||
* Include license in the distribution
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 24 09:39:56 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
|
||||
@@ -18,15 +18,13 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-mutt-ics
|
||||
Version: 0.9.1
|
||||
Version: 0.9.2
|
||||
Release: 0
|
||||
Summary: A tool to show calendar event details in Mutt
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/dmedvinsky/mutt-ics
|
||||
Source0: https://files.pythonhosted.org/packages/source/m/mutt_ics/mutt_ics-%{version}.tar.gz
|
||||
# https://github.com/dmedvinsky/mutt-ics/issues/20
|
||||
Source1: LICENSE.mit
|
||||
BuildRequires: %{python_module icalendar >= 3.9.0}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
@@ -52,7 +50,6 @@ A tool to show calendar event details in Mutt.
|
||||
%install
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
install -pm 0644 %{SOURCE1} LICENSE
|
||||
|
||||
%check
|
||||
exit_code=0
|
||||
@@ -63,7 +60,6 @@ exit $exit_code
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%python3_only %{_bindir}/mutt-ics
|
||||
%{python_sitelib}/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user