Rename checknewer to checknewer.py and fix Flake8 fallout

This is a python script so as the majority of scripts in here
it should end in a .py suffix
This commit is contained in:
Dirk Mueller 2017-10-17 15:46:18 +02:00
parent 1168d474b7
commit 3eb66257e8
3 changed files with 15 additions and 16 deletions

View File

@ -32,7 +32,7 @@ Scripts
* *link:docs/maintbot.asciidoc[maintbot].* script that checks maintenance
incidents to make sure the Factory maintainer submitted the package.
* *link:checknewer[checknewer].* script compares version numbers in repos to
* *link:checknewer.py[checknewer.py].* script compares version numbers in repos to
make sure all packages e.g. in a new distro are newer
Installation

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
# Copyright (c) 2016 SUSE LLC
#
# Permission is hereby granted, free of charge, to any person obtaining a copy

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# (C) 2014 tchvatal@suse.cz, openSUSE.org