public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jeremy Cline <jeremycline@microsoft.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-azure-loganalytics] rawhide: Leaf package that hasn't received an upstream update since 2018
Date: Tue, 23 Jun 2026 14:20:50 GMT	[thread overview]
Message-ID: <178222445056.1.5144489192462812514.rpms-python-azure-loganalytics-d1037901f4c8@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-azure-loganalytics
Branch : rawhide
Commit : d1037901f4c889a8075e7c5d5bf91556dee23f38
Author : Jeremy Cline <jeremycline@microsoft.com>
Date   : 2026-06-23T10:20:41-04:00
Stats  : +1/-116 in 6 file(s)
URL    : https://src.fedoraproject.org/rpms/python-azure-loganalytics/c/d1037901f4c889a8075e7c5d5bf91556dee23f38?branch=rawhide

Log:
Leaf package that hasn't received an upstream update since 2018

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 77a6e43..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/azure-loganalytics-0.1.0.zip
-/azure-loganalytics-0.1.0.tgz

diff --git a/README.md b/README.md
deleted file mode 100644
index 104048e..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# python-azure-loganalytics
-
-The python-azure-loganalytics package

diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..f3acf16
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Leaf package that hasn't received an upstream update since 2018

diff --git a/generate-source.sh b/generate-source.sh
deleted file mode 100755
index 7bb5daf..0000000
--- a/generate-source.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/bash
-set -euxo pipefail
-
-export VERSION=0.1.0
-export PACKAGE_NAME=azure-loganalytics
-WORKING_DIR=$(pwd)
-
-# Download the release and unpack it.
-curl -LO https://github.com/Azure/azure-sdk-for-python/archive/refs/tags/${PACKAGE_NAME}_${VERSION}.tar.gz
-tar xzf ${PACKAGE_NAME}_${VERSION}.tar.gz
-
-# Find the package directory in the SDK release and the parent directory.
-PACKAGE_DIR=$(find azure-sdk-for-python-${PACKAGE_NAME}_${VERSION} -type d -name $PACKAGE_NAME)
-PARENT_DIR=$(dirname $PACKAGE_DIR)
-
-# Build a tarball with a prefix directory that contains the package name and
-# version. Store that in the directory where the script is running.
-pushd $PARENT_DIR
-    tar --transform "s/^${PACKAGE_NAME}/${PACKAGE_NAME}-${VERSION}/" -cz \
-        -f ${WORKING_DIR}/${PACKAGE_NAME}-${VERSION}.tgz $PACKAGE_NAME
-popd
\ No newline at end of file

diff --git a/python-azure-loganalytics.spec b/python-azure-loganalytics.spec
deleted file mode 100644
index 80ff395..0000000
--- a/python-azure-loganalytics.spec
+++ /dev/null
@@ -1,89 +0,0 @@
-# EPEL9 does not have python-aiohttp packaged yet.
-%if 0%{?fedora}
-%bcond_without  tests
-%else
-%bcond_with     tests
-%endif
-
-%global         srcname     azure-loganalytics
-
-Name:           python-%{srcname}
-Version:        0.1.0
-Release:        %autorelease
-Summary:        Microsoft Azure Log Analytics Client Library for Python
-License:        MIT
-URL:            https://pypi.org/project/%{srcname}/
-# This source comes from making a git archive of the main azure-sdk-for-python
-# repository. To reproduce the source code, run the generate-source.sh script.
-Source0:        %{srcname}-%{version}.tgz
-
-BuildArch:      noarch
-
-BuildRequires:  python3-devel
-
-%if %{with tests}
-BuildRequires:  python3dist(azure-devtools)
-BuildRequires:  python3dist(azure-mgmt-keyvault)
-BuildRequires:  python3dist(azure-mgmt-resource)
-BuildRequires:  python3dist(azure-sdk-tools)
-BuildRequires:  python3dist(msrestazure)
-BuildRequires:  python3dist(pytest)
-BuildRequires:  python3dist(pytest-aiohttp)
-BuildRequires:  python3dist(python-dotenv)
-%endif
-
-%global _description %{expand:
-Microsoft Azure Log Analytics Client Library for Python}
-
-%description %{_description}
-
-
-%package -n python3-%{srcname}
-Summary:        %{summary}
-
-%description -n python3-%{srcname} %{_description}
-
-
-%prep
-%autosetup -n %{srcname}-%{version}
-
-# Remove the customized wheel builder included by Microsoft that adds
-# azure-nspkg to the requirements.
-sed -i '/azure-namespace-package/d' setup.cfg
-rm -f azure_bdist_wheel.py
-
-
-%generate_buildrequires
-%pyproject_buildrequires
-
-
-%build
-%pyproject_wheel
-
-
-%install
-%pyproject_install
-
-# PEP 420 allows implicit namespace packaging without additional __init__.py
-# files. Remove unneccessary __init__.py that conflicts with other packages.
-rm -rf %{buildroot}%{python3_sitelib}/azure/{__init__.py,__pycache__}
-
-%pyproject_save_files azure
-
-
-%check
-%pyproject_check_import
-
-%if %{with tests}
-%pytest
-%endif
-
-
-%files -n python3-%{srcname}
-%doc README.rst
-%{python3_sitelib}/azure/loganalytics
-%{python3_sitelib}/azure_loganalytics-%{version}.dist-info
-
-
-%changelog
-%autochangelog

diff --git a/sources b/sources
deleted file mode 100644
index 58c8488..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (azure-loganalytics-0.1.0.tgz) = a071104f6be2ceaddbbdba4ec1cb42947be32bccc644571436b9988d5eafba292c0262a09e7120513b00a72020bd5d20036b64389206704f66c6a5440a011b6e

                 reply	other threads:[~2026-06-23 14:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178222445056.1.5144489192462812514.rpms-python-azure-loganalytics-d1037901f4c8@fedoraproject.org \
    --to=jeremycline@microsoft.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox