Skip to content

Commit

Permalink
pyawsutils 1.2.6.12 release to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Microchip Technology committed Dec 14, 2023
1 parent 153796c commit 8350331
Show file tree
Hide file tree
Showing 37 changed files with 670 additions and 13,658 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.2] - December 2023

### Added
- DSG-5731 Help improvements

### Fixed
- DSG-5640 Clean up unused pyedbglib dependencies / requirements
- DSG-5714 pyawsutils clean action should also delete MCHPStack
- DSG-5722 Profile not taken into account when doing cloud formation
- DSG-5729 Bug/typo in usage example for pyawsutils create-policy
- DSG-6131 PEP-0440 compliance for pyawsutils

## [1.1.0] - October 2022

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2022 Microchip Technology Inc. and its subsidiaries.
Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 0 additions & 10 deletions MANIFEST.in

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ pyawsutils can be used as a library. Its primary consumer is [iotprovision](htt
For usage examples see pypi.md.

## Notes for Linux® systems
This package uses pyedbglib and other libraries for USB transport and some udev rules are required.
This package uses pyedbglib and other libraries for USB transport and some udev rules are required.
For details see the pyedbglib package: https://pypi.org/project/pyedbglib
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# -- Project information -----------------------------------------------------

project = 'pyawsutils'
copyright = '2022, Microchip Technology Inc'
copyright = '2023, Microchip Technology Inc'
author = 'Microchip Technology Inc'


Expand All @@ -38,7 +38,7 @@
exclude_patterns = []

# Mock out these objects (note: modules, not packages)
autodoc_mock_imports = ['pyedbglib', 'pytrustplatform', 'appdirs', 'yaml', 'boto3', 'botocore', 'cryptography', 'pyOpenSSL']
autodoc_mock_imports = ['pytrustplatform', 'appdirs', 'yaml', 'boto3', 'botocore', 'cryptography', 'pyOpenSSL']

# -- Options for HTML output -------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 023cc2b0bfd7fe6a89027ed0853827bf
config: 507f2639f46f5fa088484a3d04bcc458
tags: 645f666f9bcd5a90fca523b33c5a78b7
134 changes: 0 additions & 134 deletions docs/_static/_sphinx_javascript_frameworks_compat.js

This file was deleted.

23 changes: 22 additions & 1 deletion docs/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down Expand Up @@ -324,13 +324,15 @@ aside.sidebar {
p.sidebar-title {
font-weight: bold;
}

nav.contents,
aside.topic,
div.admonition, div.topic, blockquote {
clear: left;
}

/* -- topics ---------------------------------------------------------------- */

nav.contents,
aside.topic,
div.topic {
Expand Down Expand Up @@ -606,6 +608,7 @@ ol.simple p,
ul.simple p {
margin-bottom: 0;
}

aside.footnote > span,
div.citation > span {
float: left;
Expand Down Expand Up @@ -667,6 +670,16 @@ dd {
margin-left: 30px;
}

.sig dd {
margin-top: 0px;
margin-bottom: 0px;
}

.sig dl {
margin-top: 0px;
margin-bottom: 0px;
}

dl > dd:last-child,
dl > dd:last-child > :last-child {
margin-bottom: 0;
Expand Down Expand Up @@ -735,6 +748,14 @@ abbr, acronym {
cursor: help;
}

.translated {
background-color: rgba(207, 255, 207, 0.2)
}

.untranslated {
background-color: rgba(255, 207, 207, 0.2)
}

/* -- code displays --------------------------------------------------------- */

pre {
Expand Down
2 changes: 1 addition & 1 deletion docs/_static/doctools.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Base JavaScript utilities for all Sphinx HTML documentation.
*
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down
Loading

0 comments on commit 8350331

Please sign in to comment.