Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pyperclip for
openSUSE:Factory checked in at 2021-03-12 13:31:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyperclip (Old)
and /work/SRC/openSUSE:Factory/.python-pyperclip.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyperclip"
Fri Mar 12 13:31:01 2021 rev:10 rq:877609 version:1.8.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyperclip/python-pyperclip.changes
2020-12-23 14:18:52.805574033 +0100
+++
/work/SRC/openSUSE:Factory/.python-pyperclip.new.2401/python-pyperclip.changes
2021-03-12 13:31:17.910155737 +0100
@@ -1,0 +2,6 @@
+Mon Mar 8 09:05:06 UTC 2021 - Dirk M??ller <[email protected]>
+
+- update to 1.8.2:
+ + no changes available
+
+-------------------------------------------------------------------
Old:
----
LICENSE.txt
pyperclip-1.8.1.tar.gz
New:
----
pyperclip-1.8.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyperclip.spec ++++++
--- /var/tmp/diff_new_pack.Mm37ly/_old 2021-03-12 13:31:18.410156439 +0100
+++ /var/tmp/diff_new_pack.Mm37ly/_new 2021-03-12 13:31:18.414156444 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pyperclip
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pyperclip
-Version: 1.8.1
+Version: 1.8.2
Release: 0
Summary: A clipboard module for Python
License: BSD-3-Clause
URL: https://github.com/asweigart/pyperclip
Source0:
https://files.pythonhosted.org/packages/source/p/pyperclip/pyperclip-%{version}.tar.gz
-# https://github.com/asweigart/pyperclip/issues/17
-Source1:
https://raw.githubusercontent.com/asweigart/pyperclip/master/LICENSE.txt
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -43,7 +41,6 @@
%prep
%setup -q -n pyperclip-%{version}
-cp %{SOURCE1} .
%build
%python_build
++++++ pyperclip-1.8.1.tar.gz -> pyperclip-1.8.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pyperclip-1.8.1/PKG-INFO new/pyperclip-1.8.2/PKG-INFO
--- old/pyperclip-1.8.1/PKG-INFO 2020-10-11 03:41:01.594605400 +0200
+++ new/pyperclip-1.8.2/PKG-INFO 2021-02-21 02:04:49.532351300 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: pyperclip
-Version: 1.8.1
+Version: 1.8.2
Summary: A cross-platform clipboard module for Python. (Only handles plain
text for now.)
Home-page: https://github.com/asweigart/pyperclip
Author: Al Sweigart
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pyperclip-1.8.1/src/pyperclip/__init__.py
new/pyperclip-1.8.2/src/pyperclip/__init__.py
--- old/pyperclip-1.8.1/src/pyperclip/__init__.py 2020-10-11
03:38:36.000000000 +0200
+++ new/pyperclip-1.8.2/src/pyperclip/__init__.py 2021-02-21
02:04:08.000000000 +0100
@@ -46,7 +46,7 @@
Pyperclip into running them with whatever permissions the Python process has.
"""
-__version__ = '1.8.1'
+__version__ = '1.8.2'
import contextlib
import ctypes
@@ -565,7 +565,7 @@
return init_gtk_clipboard()
if (
- os.environ["XDG_SESSION_TYPE"] == "wayland" and
+ os.environ.get("WAYLAND_DISPLAY") and
_executable_exists("wl-copy")
):
return init_wl_clipboard()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pyperclip-1.8.1/src/pyperclip.egg-info/PKG-INFO
new/pyperclip-1.8.2/src/pyperclip.egg-info/PKG-INFO
--- old/pyperclip-1.8.1/src/pyperclip.egg-info/PKG-INFO 2020-10-11
03:41:01.000000000 +0200
+++ new/pyperclip-1.8.2/src/pyperclip.egg-info/PKG-INFO 2021-02-21
02:04:48.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: pyperclip
-Version: 1.8.1
+Version: 1.8.2
Summary: A cross-platform clipboard module for Python. (Only handles plain
text for now.)
Home-page: https://github.com/asweigart/pyperclip
Author: Al Sweigart