Skip to content

Commit 175ac5e

Browse files
committed
Changed home of pyop
Also added travis config for Python 3.6
1 parent f94bf55 commit 175ac5e

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ language: python
22
sudo: false
33
matrix:
44
include:
5-
- python: 3.5.0
5+
- python: 3.6
6+
env: TOXENV=py36
7+
- python: 3.5
68
env: TOXENV=py35
79
- python: 3.4
810
env: TOXENV=py34
@@ -20,4 +22,4 @@ deploy:
2022
secure: H5d+Its9YTMSvVddRWX2qgChMb8Eur5zI+qRy3NAPdwRNs1RNyIk1a2z9/EPFmRIu6OsBBDcHsCiq4VXcwvpigdAqMu4iAoZ/Xe0xf88k21GCggfaAPbINRVL6031RFUQkfGZ4abT2cXnerDylMv2DporPZkfCEUJonq+we0GmtJHoCSemXewMxt28TSu0aPKRL4aBfbuRoAPx50jUns9ekxgc0sqpSLvE5qyxWxXIePK0/+8tX3OrdCcKMg/IshgoK7Yondu+DhN+qhf+AkQuPDXUQTx/TKdg/YDVqj8SHT6hIFFi6dCakuhkYIKlkggnSguLhZ2zhVUjYFt1f0NOv2j7dHuKxyUFR9Qm/49rdY/E3ir3CU5YgUEprcgo/jj5K3B1/jY2uXNez1JD97RC6IAPg4o+PwenVQ9a3pLwqnImSaJKPTQf9IyFfrV/xru3ZyQiftmUmCYtCPybDATOq5iqNAQa9Ec0Mg54OGcabPQkNp9CrNFkcO0sM3VNRnGTmuqdYIkjNxPwNCzjbAQKlwcXVNg48kHjH6vb9D+mxjt9CYwCJdfkGm2F2pekr5S8tDdLAkxE9VW+r7SrsRaJRFCHU+6AaejnWvOLCy2S+KJ0JhQesJm0k1iT2fsC8v92MKIzghrY/sqKck33pxB57cFqxLIQIVYgCaBFWbwfc=
2123
on:
2224
tags: true
23-
repo: SUNET/pyop
25+
repo: IdentityPython/pyop

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pyOP
2-
[![Build Status](https://travis-ci.org/SUNET/pyop.svg)](https://travis-ci.org/SUNET/pyop)
2+
[![Build Status](https://travis-ci.org/IdentityPython/pyop.svg)](https://travis-ci.org/IdentityPython/pyop)
33
[![PyPI](https://img.shields.io/pypi/v/pyop.svg)](https://pypi.python.org/pypi/pyop)
44

55

@@ -8,7 +8,7 @@ Uses [pyoidc](https://github.com/rohe/pyoidc/) and
88
[pyjwkest](https://github.com/rohe/pyjwkest).
99

1010
# Provider implementations using pyOP
11-
* [se-leg-op](https://github.com/SUNET/se-leg-op)
11+
* [se-leg-op](https://github.com/IdentityPython/se-leg-op)
1212
* [SATOSA OIDC frontend](https://github.com/its-dirg/SATOSA/blob/master/src/satosa/frontends/openid_connect.py)
1313
* [local example](example/views.py)
1414

@@ -295,4 +295,4 @@ All exceptions, except `AuthorizationError`, inherits from `ValueError`. However
295295
between them to send the correct error message back to the client according to the OpenID Connect specifications.
296296

297297
All OAuth errors contain the OAuth error code in `OAuthError.oauth_error`, together with the error description as the
298-
message of the exception (accessed by `str(exception)`).
298+
message of the exception (accessed by `str(exception)`).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
version='2.0.8',
66
packages=find_packages('src'),
77
package_dir={'': 'src'},
8-
url='https://github.com/SUNET/pyop',
8+
url='https://github.com/IdentityPython/pyop',
99
license='Apache 2.0',
1010
author='Rebecka Gulliksson',
1111
author_email='satosa-dev@lists.sunet.se',

0 commit comments

Comments
 (0)