commit imgp for openSUSE:Factory

2020-08-17 Thread root
Hello community,

here is the log from the commit of package imgp for openSUSE:Factory checked in 
at 2020-08-17 12:04:38

Comparing /work/SRC/openSUSE:Factory/imgp (Old)
 and  /work/SRC/openSUSE:Factory/.imgp.new.3399 (New)


Package is "imgp"

Mon Aug 17 12:04:38 2020 rev:5 rq:827075 version:2.7

Changes:

--- /work/SRC/openSUSE:Factory/imgp/imgp.changes2018-10-23 
20:36:53.240795412 +0200
+++ /work/SRC/openSUSE:Factory/.imgp.new.3399/imgp.changes  2020-08-17 
12:05:04.746684190 +0200
@@ -1,0 +2,7 @@
+Sun Aug 16 13:40:40 UTC 2020 - Dirk Mueller 
+
+- update to 2.7
+  - Code lint fixes
+  - Package uploaded to PyPI
+
+---

Old:

  imgp-2.6.tar.gz

New:

  imgp-2.7.tar.gz



Other differences:
--
++ imgp.spec ++
--- /var/tmp/diff_new_pack.jY39c1/_old  2020-08-17 12:05:06.014684897 +0200
+++ /var/tmp/diff_new_pack.jY39c1/_new  2020-08-17 12:05:06.018684899 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package imgp
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:   imgp
-Version:2.6
+Version:2.7
 Release:0
 Summary:Image resizer and rotator
 License:GPL-3.0-or-later
 Group:  Productivity/Graphics/Convertors
-Url:https://github.com/jarun/imgp
+URL:https://github.com/jarun/imgp
 Source0:
https://github.com/jarun/imgp/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  bash-completion
 BuildRequires:  fish

++ imgp-2.6.tar.gz -> imgp-2.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imgp-2.6/.circleci/config.yml 
new/imgp-2.7/.circleci/config.yml
--- old/imgp-2.6/.circleci/config.yml   1970-01-01 01:00:00.0 +0100
+++ new/imgp-2.7/.circleci/config.yml   2019-12-21 10:29:54.0 +0100
@@ -0,0 +1,85 @@
+version: 2
+
+test-template: 
+  working_directory: ~/imgp
+  environment:
+CI_FORCE_TEST: 1
+  steps:
+- run:
+command: |
+  apt update && apt install -y --no-install-recommends gcc git make 
libjpeg-dev zlib1g-dev
+  pip install --upgrade setuptools flake8 pylint pillow
+- checkout
+- run:
+command: |
+  python -m flake8 imgp
+  echo imgp | xargs pylint
+  make test
+
+jobs:
+  py35:
+docker:
+  - image: python:3.5-slim
+<<: *test-template
+
+  py36:
+docker:
+  - image: python:3.6-slim
+<<: *test-template
+
+  py37:
+docker:
+  - image: python:3.7-slim
+<<: *test-template
+
+  py38:
+docker:
+  - image: python:3.8-slim
+<<: *test-template
+
+  package-and-publish:
+machine: true
+working_directory: ~/imgp
+steps:
+  - checkout
+  - run:
+  name: "package with packagecore"
+  command: |
+# Use latest installed python3 from pyenv
+export PYENV_VERSION="$(pyenv versions | grep -Po '\b3\.\d+\.\d+' 
| tail -1)"
+pip install packagecore
+packagecore -o ./dist/ ${CIRCLE_TAG#v}
+  - run:
+  name: "publish to GitHub"
+  command: |
+go get github.com/tcnksm/ghr
+ghr -t ${GITHUB_API_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r 
${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -replace ${CIRCLE_TAG} ./dist/
+
+workflows:
+  version: 2
+
+  test:
+jobs: 
+  - py35
+  - py36
+  - py37
+  - py38
+
+  nightly:
+triggers:
+  - schedule:
+  cron: "0 0 * * 6"
+  filters:
+branches:
+  only:
+- master
+jobs: *all-tests
+
+  publish-github-release:
+jobs:
+  - package-and-publish:
+  filters:
+tags:
+  only: /^v.*/
+branches:
+  ignore: /.*/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imgp-2.6/.flake8 new/imgp-2.7/.flake8
--- old/imgp-2.6/.flake81970-01-01 01:00:00.0 +0100
+++ new/imgp-2.7/.flake82019-12-21 10:29:54.0 +0100
@@ -0,0 +1,2 @@
+[flake8]
+max-line-length = 139
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imgp-2.6/.github/FUNDING.yml 
new/imgp-2.7/.github/FUNDING.yml
--- old/imgp-2.6/.github/FUNDING.yml1970-01-01 01:00:00.0 +0100
+++ new/imgp-2.7/.github/FUNDING.yml2019-12-21 10:29:54.0 +0100
@@ -0,0 +1 @@
+custom: 

commit imgp for openSUSE:Factory

2018-10-23 Thread root
Hello community,

here is the log from the commit of package imgp for openSUSE:Factory checked in 
at 2018-10-23 20:36:50

Comparing /work/SRC/openSUSE:Factory/imgp (Old)
 and  /work/SRC/openSUSE:Factory/.imgp.new (New)


Package is "imgp"

Tue Oct 23 20:36:50 2018 rev:4 rq:643543 version:2.6

Changes:

--- /work/SRC/openSUSE:Factory/imgp/imgp.changes2018-02-20 
17:58:05.951931536 +0100
+++ /work/SRC/openSUSE:Factory/.imgp.new/imgp.changes   2018-10-23 
20:36:53.240795412 +0200
@@ -1,0 +2,7 @@
+Sat Oct 20 18:28:28 UTC 2018 - Luigi Baldoni 
+
+- Update to version 2.6
+  * Support for progressive JPEG
+  * Some bug fixes and documentation update
+
+---

Old:

  imgp-2.5.tar.gz

New:

  imgp-2.6.tar.gz



Other differences:
--
++ imgp.spec ++
--- /var/tmp/diff_new_pack.L4jGft/_old  2018-10-23 20:36:53.704794858 +0200
+++ /var/tmp/diff_new_pack.L4jGft/_new  2018-10-23 20:36:53.704794858 +0200
@@ -12,15 +12,15 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   imgp
-Version:2.5
+Version:2.6
 Release:0
 Summary:Image resizer and rotator
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Graphics/Convertors
 Url:https://github.com/jarun/imgp
 Source0:
https://github.com/jarun/imgp/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz

++ imgp-2.5.tar.gz -> imgp-2.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imgp-2.5/CHANGELOG new/imgp-2.6/CHANGELOG
--- old/imgp-2.5/CHANGELOG  2018-02-19 04:29:45.0 +0100
+++ new/imgp-2.6/CHANGELOG  2018-10-20 18:20:31.0 +0200
@@ -1,3 +1,13 @@
+imgp v2.6
+2018-10-20
+
+What's in?
+- Support for progressive JPEG
+- Some bug fixes and documentation update
+- Package generation for some more distros
+
+---
+
 imgp v2.5
 2018-02-19
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imgp-2.5/README.md new/imgp-2.6/README.md
--- old/imgp-2.5/README.md  2018-02-19 04:29:45.0 +0100
+++ new/imgp-2.6/README.md  2018-10-20 18:20:31.0 +0200
@@ -5,13 +5,14 @@
 https://aur.archlinux.org/packages/imgp;>https://img.shields.io/aur/version/imgp.svg?maxAge=600; alt="AUR" />
 https://github.com/jarun/homebrew-imgp;>https://img.shields.io/badge/homebrew-TAP-blue.svg?maxAge=2592000; 
alt="Homebrew TAP" />
 https://packages.debian.org/search?keywords=imgp=names=1;>https://img.shields.io/badge/debian-9+-blue.svg?maxAge=2592000; 
alt="Debian Stretch+" />
+https://apps.fedoraproject.org/packages/imgp;>https://img.shields.io/badge/fedora-27+-blue.svg?maxAge=2592000; 
alt="Fedora 27+" />
+https://software.opensuse.org/package/imgp;>https://img.shields.io/badge/opensuse%20leap-15.0+-blue.svg?maxAge=2592000;
 alt="openSUSE Leap 15.0+" />
 https://packages.ubuntu.com/search?keywords=imgp=names=1;>https://img.shields.io/badge/ubuntu-17.04+-blue.svg?maxAge=2592000; 
alt="Ubuntu Zesty+" />
-https://launchpad.net/~twodopeshaggy/+archive/ubuntu/jarun/;>https://img.shields.io/badge/ubuntu-PPA-blue.svg?maxAge=2592000; 
alt="Ubuntu PPA" />
 https://github.com/jarun/imgp/blob/master/LICENSE;>https://img.shields.io/badge/license-GPLv3-yellow.svg?maxAge=2592000; 
alt="License" />
 
 
 
-https://asciinema.org/a/e5qa0mipgg23v70hdn6i99b8q;>https://asciinema.org/a/e5qa0mipgg23v70hdn6i99b8q.png; 
alt="imgp_asciicast" width="734"/>
+https://asciinema.org/a/88448;>https://asciinema.org/a/88448.png; alt="imgp_asciicast" width="734"/>
 
 
 Watch imgp resize a directory of images in lightning 
speed!
@@ -22,11 +23,11 @@
 
 `imgp` intends to be a stronger replacement of the Nautilus Image Converter 
extension, not tied to any file manager and way faster. On desktop environments 
(like Xfce or LxQt) which do not integrate Nautilus, `imgp` will save your day.
 
-*Love smart and efficient terminal utilities? Explore my repositories. Buy me 
a cup of coffee if they help you.*
+*Love smart and efficient utilities? Explore [my 
repositories](https://github.com/jarun?tab=repositories). Buy me a cup of 
coffee if they help you.*
 
 
 https://saythanks.io/to/jarun;>https://img.shields.io/badge/say-thanks!-ff69b4.svg; />
-https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick_button_id=RMLTQ76JSXJ4Q;>https://img.shields.io/badge/Donate-$5-green.svg; alt="Donate via 

commit imgp for openSUSE:Factory

2018-02-20 Thread root
Hello community,

here is the log from the commit of package imgp for openSUSE:Factory checked in 
at 2018-02-20 17:56:32

Comparing /work/SRC/openSUSE:Factory/imgp (Old)
 and  /work/SRC/openSUSE:Factory/.imgp.new (New)


Package is "imgp"

Tue Feb 20 17:56:32 2018 rev:3 rq:578273 version:2.5

Changes:

--- /work/SRC/openSUSE:Factory/imgp/imgp.changes2017-10-13 
14:19:31.591156447 +0200
+++ /work/SRC/openSUSE:Factory/.imgp.new/imgp.changes   2018-02-20 
17:58:05.951931536 +0100
@@ -1,0 +2,8 @@
+Tue Feb 20 07:50:48 UTC 2018 - aloi...@gmx.com
+
+- Update to version 2.5
+  * New option --nn to use nearest neighbour interpolation for PNG
+files
+  * Identify Multi Picture Object (MPO) files
+
+---

Old:

  imgp-2.4.1.tar.gz

New:

  imgp-2.5.tar.gz



Other differences:
--
++ imgp.spec ++
--- /var/tmp/diff_new_pack.jNsrQU/_old  2018-02-20 17:58:06.847899276 +0100
+++ /var/tmp/diff_new_pack.jNsrQU/_new  2018-02-20 17:58:06.847899276 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package imgp
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   imgp
-Version:2.4.1
+Version:2.5
 Release:0
 Summary:Image resizer and rotator
 License:GPL-3.0+
@@ -86,21 +86,18 @@
 install -m0644 auto-completion/zsh/_%{name} -t 
%{buildroot}%{_datadir}/zsh/site-functions
 
 %files
-%defattr(-,root,root)
-%doc CHANGELOG LICENSE README.md
+%doc CHANGELOG README.md
+%license LICENSE
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1%{ext_man}
 
 %files bash-completion
-%defattr(-,root,root)
 %{_datadir}/bash-completion/completions/%{name}-completion.bash
 
 %files fish-completion
-%defattr(-,root,root)
 %{_datadir}/fish/completions/%{name}.fish
 
 %files zsh-completion
-%defattr(-,root,root)
 %{_datadir}/zsh/site-functions/_%{name}
 
 %changelog

++ imgp-2.4.1.tar.gz -> imgp-2.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imgp-2.4.1/CHANGELOG new/imgp-2.5/CHANGELOG
--- old/imgp-2.4.1/CHANGELOG2017-08-29 17:50:07.0 +0200
+++ new/imgp-2.5/CHANGELOG  2018-02-19 04:29:45.0 +0100
@@ -1,3 +1,12 @@
+imgp v2.5
+2018-02-19
+
+What's in?
+- New option `--nn` to use nearest neighbour interpolation for PNG files
+- Identify Multi Picture Object (MPO) files
+
+---
+
 imgp v2.4.1
 2017-08-29
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imgp-2.4.1/README.md new/imgp-2.5/README.md
--- old/imgp-2.4.1/README.md2017-08-29 17:50:07.0 +0200
+++ new/imgp-2.5/README.md  2018-02-19 04:29:45.0 +0100
@@ -3,8 +3,10 @@
 
 https://github.com/jarun/imgp/releases/latest;>https://img.shields.io/github/release/jarun/imgp.svg?maxAge=600; 
alt="Latest release" />
 https://aur.archlinux.org/packages/imgp;>https://img.shields.io/aur/version/imgp.svg?maxAge=600; alt="AUR" />
-https://packages.debian.org/search?keywords=imgp=names=1;>https://img.shields.io/badge/debian-9+-blue.svg?maxAge=2592000; 
alt="Debian Strech+" />
-http://packages.ubuntu.com/search?keywords=imgp=names=1;>https://img.shields.io/badge/ubuntu-17.04+-blue.svg?maxAge=2592000; 
alt="Ubuntu Zesty+" />
+https://github.com/jarun/homebrew-imgp;>https://img.shields.io/badge/homebrew-TAP-blue.svg?maxAge=2592000; 
alt="Homebrew TAP" />
+https://packages.debian.org/search?keywords=imgp=names=1;>https://img.shields.io/badge/debian-9+-blue.svg?maxAge=2592000; 
alt="Debian Stretch+" />
+https://packages.ubuntu.com/search?keywords=imgp=names=1;>https://img.shields.io/badge/ubuntu-17.04+-blue.svg?maxAge=2592000; 
alt="Ubuntu Zesty+" />
+https://launchpad.net/~twodopeshaggy/+archive/ubuntu/jarun/;>https://img.shields.io/badge/ubuntu-PPA-blue.svg?maxAge=2592000; 
alt="Ubuntu PPA" />
 https://github.com/jarun/imgp/blob/master/LICENSE;>https://img.shields.io/badge/license-GPLv3-yellow.svg?maxAge=2592000; 
alt="License" />
 
 
@@ -12,15 +14,19 @@
 https://asciinema.org/a/e5qa0mipgg23v70hdn6i99b8q;>https://asciinema.org/a/e5qa0mipgg23v70hdn6i99b8q.png; 
alt="imgp_asciicast" width="734"/>
 
 
-`imgp` is a command line image resizer and rotator for JPEG and PNG images. If 
you have tons of images you want to resize adaptively to a screen resolution or 
rotate by an angle using a single command, `imgp` is the utility for you. It 
can save a lot on storage too.
+Watch imgp 

commit imgp for openSUSE:Factory

2017-10-13 Thread root
Hello community,

here is the log from the commit of package imgp for openSUSE:Factory checked in 
at 2017-10-13 14:19:29

Comparing /work/SRC/openSUSE:Factory/imgp (Old)
 and  /work/SRC/openSUSE:Factory/.imgp.new (New)


Package is "imgp"

Fri Oct 13 14:19:29 2017 rev:2 rq:533663 version:2.4.1

Changes:

--- /work/SRC/openSUSE:Factory/imgp/imgp.changes2017-09-07 
22:13:19.610022909 +0200
+++ /work/SRC/openSUSE:Factory/.imgp.new/imgp.changes   2017-10-13 
14:19:31.591156447 +0200
@@ -1,0 +2,6 @@
+Thu Oct 12 14:28:22 CEST 2017 - sbra...@suse.com
+
+- Change Converters -> Convertors in RPM group, as all other
+  packages use this spelling.
+
+---



Other differences:
--
++ imgp.spec ++
--- /var/tmp/diff_new_pack.7VdHou/_old  2017-10-13 14:19:32.231128309 +0200
+++ /var/tmp/diff_new_pack.7VdHou/_new  2017-10-13 14:19:32.235128134 +0200
@@ -21,7 +21,7 @@
 Release:0
 Summary:Image resizer and rotator
 License:GPL-3.0+
-Group:  Productivity/Graphics/Converters
+Group:  Productivity/Graphics/Convertors
 Url:https://github.com/jarun/imgp
 Source0:
https://github.com/jarun/imgp/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  bash-completion
@@ -37,9 +37,9 @@
 
 %packagebash-completion
 Version:%{version}
+Release:0
 Summary:Bash Completion for %{name}
-License:GPL-3.0+
-Group:  Productivity/Graphics/Converters
+Group:  Productivity/Graphics/Convertors
 Requires:   %{name} = %{version}
 Requires:   bash-completion
 Supplements:packageand(imgp:bash)
@@ -50,9 +50,9 @@
 
 %packagefish-completion
 Version:%{version}
+Release:0
 Summary:Fish Completion for %{name}
-License:GPL-3.0+
-Group:  Productivity/Graphics/Converters
+Group:  Productivity/Graphics/Convertors
 Requires:   %{name} = %{version}
 Supplements:packageand(imgp:fish)
 BuildArch:  noarch
@@ -62,8 +62,7 @@
 
 %packagezsh-completion
 Summary:ZSH Completion for %{name}
-License:GPL-3.0+
-Group:  Productivity/Graphics/Converters
+Group:  Productivity/Graphics/Convertors
 Requires:   %{name} = %{version}
 Supplements:packageand(imgp:zsh)
 BuildArch:  noarch




commit imgp for openSUSE:Factory

2017-09-07 Thread root
Hello community,

here is the log from the commit of package imgp for openSUSE:Factory checked in 
at 2017-09-07 22:13:15

Comparing /work/SRC/openSUSE:Factory/imgp (Old)
 and  /work/SRC/openSUSE:Factory/.imgp.new (New)


Package is "imgp"

Thu Sep  7 22:13:15 2017 rev:1 rq:519916 version:2.4.1

Changes:

New Changes file:

--- /dev/null   2017-07-20 07:30:00.335470106 +0200
+++ /work/SRC/openSUSE:Factory/.imgp.new/imgp.changes   2017-09-07 
22:13:19.610022909 +0200
@@ -0,0 +1,4 @@
+---
+Wed Aug 30 18:00:09 UTC 2017 - aloi...@gmx.com
+
+- Initial package (2.4.1)

New:

  imgp-2.4.1.tar.gz
  imgp.changes
  imgp.spec



Other differences:
--
++ imgp.spec ++
#
# spec file for package imgp
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   imgp
Version:2.4.1
Release:0
Summary:Image resizer and rotator
License:GPL-3.0+
Group:  Productivity/Graphics/Converters
Url:https://github.com/jarun/imgp
Source0:
https://github.com/jarun/imgp/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires:  bash-completion
BuildRequires:  fish
BuildRequires:  zsh
Requires:   python3-Pillow
Requires:   python3-base
BuildArch:  noarch

%description
A command line image resizer and rotator for JPEG and PNG images
based on python-Pillow.

%packagebash-completion
Version:%{version}
Summary:Bash Completion for %{name}
License:GPL-3.0+
Group:  Productivity/Graphics/Converters
Requires:   %{name} = %{version}
Requires:   bash-completion
Supplements:packageand(imgp:bash)
BuildArch:  noarch

%descriptionbash-completion
Bash command line completion support for %{name}.

%packagefish-completion
Version:%{version}
Summary:Fish Completion for %{name}
License:GPL-3.0+
Group:  Productivity/Graphics/Converters
Requires:   %{name} = %{version}
Supplements:packageand(imgp:fish)
BuildArch:  noarch

%descriptionfish-completion
Fish command line completion support for %{name}.

%packagezsh-completion
Summary:ZSH Completion for %{name}
License:GPL-3.0+
Group:  Productivity/Graphics/Converters
Requires:   %{name} = %{version}
Supplements:packageand(imgp:zsh)
BuildArch:  noarch

%descriptionzsh-completion
ZSH command line completion support for %{name}.

%prep
%setup -q

%build
# not required

%install
%make_install PREFIX=%{_prefix} DOCDIR=%{buildroot}%{_defaultdocdir}/%{name}
mkdir -pv %{buildroot}%{_datadir}/bash-completion/completions \
  %{buildroot}%{_datadir}/fish/completions \
  %{buildroot}%{_datadir}/zsh/site-functions
install -m0644 auto-completion/bash/%{name}-completion.bash -t 
%{buildroot}%{_datadir}/bash-completion/completions
install -m0644 auto-completion/fish/%{name}.fish -t 
%{buildroot}%{_datadir}/fish/completions
install -m0644 auto-completion/zsh/_%{name} -t 
%{buildroot}%{_datadir}/zsh/site-functions

%files
%defattr(-,root,root)
%doc CHANGELOG LICENSE README.md
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1%{ext_man}

%files bash-completion
%defattr(-,root,root)
%{_datadir}/bash-completion/completions/%{name}-completion.bash

%files fish-completion
%defattr(-,root,root)
%{_datadir}/fish/completions/%{name}.fish

%files zsh-completion
%defattr(-,root,root)
%{_datadir}/zsh/site-functions/_%{name}

%changelog