Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
[update to 19.0.2] Rely on alabaster theme to support sidebar rendering.
Browse files Browse the repository at this point in the history
Jason R. Coombs (14):
      Add black config, pre-commit including black, check code with black.
      Rely on alabaster theme to support sidebar rendering.
      Use nicer, simpler phrasing
      Enable tox-pip-extensions ext_venv_update if available. Fixes jaraco/skeleton#6
      Rely on tox 3.2 and pip 10 or later for all builds
      It adds no value to add a pip requirement for the tox install
      Pin to pip 19.0 for now for pypa/pip#6434.
      Revert "Pin to pip 19.0 for now for pypa/pip#6434."
      Only install and invoke pytest-black on Python 3
      Use pytest-black-multipy to enable simple support for pytest-black where available. Ref pytest-dev/pytest#5272.
      Update skeleton documentation to reflect black adoption.
      Add support for automatic publishing of release notes
      Fade to black
      Update changelog
  • Loading branch information
fenrus75 authored and djklimes committed May 20, 2019
1 parent e7eeb2e commit da04ef2
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ build.log.round*
commitmsg
results/
rpms/
for-review.txt
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME := keyring
URL = https://files.pythonhosted.org/packages/b0/a0/0e161aaae24fd95258db01d3491202519c9b1b5a4c748ac163e078b9817f/keyring-19.0.1.tar.gz
URL = https://files.pythonhosted.org/packages/69/91/5a9d1769ed7e25083649e87977686423aebed3516112557f4cafd73c9f95/keyring-19.0.2.tar.gz
ARCHIVES =

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion buildreq_cache
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
19.0.1
19.0.2
setuptools
setuptools_scm-python
14 changes: 8 additions & 6 deletions keyring.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : keyring
Version : 19.0.1
Release : 64
URL : https://files.pythonhosted.org/packages/b0/a0/0e161aaae24fd95258db01d3491202519c9b1b5a4c748ac163e078b9817f/keyring-19.0.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/b0/a0/0e161aaae24fd95258db01d3491202519c9b1b5a4c748ac163e078b9817f/keyring-19.0.1.tar.gz
Version : 19.0.2
Release : 65
URL : https://files.pythonhosted.org/packages/69/91/5a9d1769ed7e25083649e87977686423aebed3516112557f4cafd73c9f95/keyring-19.0.2.tar.gz
Source0 : https://files.pythonhosted.org/packages/69/91/5a9d1769ed7e25083649e87977686423aebed3516112557f4cafd73c9f95/keyring-19.0.2.tar.gz
Summary : Store and access your passwords safely.
Group : Development/Tools
License : MIT Python-2.0
Expand All @@ -17,6 +17,8 @@ Requires: keyring-python3 = %{version}-%{release}
Requires: entrypoints
Requires: secretstorage
BuildRequires : buildreq-distutils3
BuildRequires : entrypoints
BuildRequires : secretstorage
BuildRequires : setuptools
BuildRequires : setuptools-python
BuildRequires : setuptools_scm-python
Expand Down Expand Up @@ -61,14 +63,14 @@ python3 components for the keyring package.


%prep
%setup -q -n keyring-19.0.1
%setup -q -n keyring-19.0.2

%build
export http_proxy=http://127.0.0.1:9/
export https_proxy=http://127.0.0.1:9/
export no_proxy=localhost,127.0.0.1,0.0.0.0
export LANG=C
export SOURCE_DATE_EPOCH=1557017687
export SOURCE_DATE_EPOCH=1558195685
export AR=gcc-ar
export RANLIB=gcc-ranlib
export NM=gcc-nm
Expand Down
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = keyring
url = https://files.pythonhosted.org/packages/b0/a0/0e161aaae24fd95258db01d3491202519c9b1b5a4c748ac163e078b9817f/keyring-19.0.1.tar.gz
url = https://files.pythonhosted.org/packages/69/91/5a9d1769ed7e25083649e87977686423aebed3516112557f4cafd73c9f95/keyring-19.0.2.tar.gz
archives =
giturl = https://github.com/jaraco/keyring.git

Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
64
65
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8dc72869bcbc91aa67d35b6339245963e47aa822/keyring-19.0.1.tar.gz
be30df6cfe86782cc2a5393b991220a7dc9a8e2e/keyring-19.0.2.tar.gz
1 change: 1 addition & 0 deletions whatrequires
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# This file contains recursive sources that require this package
conda
wheel

0 comments on commit da04ef2

Please sign in to comment.